config: remove insecure default values
This commit is contained in:
parent
292e843cd1
commit
9e07d4bff4
@ -8,7 +8,6 @@
|
|||||||
public_url: "http://localhost:4899",
|
public_url: "http://localhost:4899",
|
||||||
public_websocket_url: "ws://localhost:4899",
|
public_websocket_url: "ws://localhost:4899",
|
||||||
port: 4899,
|
port: 4899,
|
||||||
gitlab_webhook_token: 'secret',
|
|
||||||
mysql: {
|
mysql: {
|
||||||
connectionLimit: 10,
|
connectionLimit: 10,
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
@ -23,7 +22,6 @@
|
|||||||
prefix: 'example_app'
|
prefix: 'example_app'
|
||||||
},
|
},
|
||||||
session: {
|
session: {
|
||||||
secret: "very_secret_not_known",
|
|
||||||
cookie: {
|
cookie: {
|
||||||
secure: false
|
secure: false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user