config: remove insecure default values
This commit is contained in:
parent
292e843cd1
commit
9e07d4bff4
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user