config: remove insecure default values

This commit is contained in:
Alice Gaudon 2020-11-02 18:37:39 +01:00
parent 292e843cd1
commit 9e07d4bff4
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
public_url: "http://localhost:4899",
public_websocket_url: "ws://localhost:4899",
port: 4899,
gitlab_webhook_token: 'secret',
mysql: {
connectionLimit: 10,
host: "localhost",
@ -23,7 +22,6 @@
prefix: 'example_app'
},
session: {
secret: "very_secret_not_known",
cookie: {
secure: false
}