Code cleanup: normalize configuration file line endings

This commit is contained in:
Alice Gaudon 2021-01-24 16:31:11 +01:00
parent 24785c3e71
commit f5b2015ae0
2 changed files with 6 additions and 6 deletions

View File

@ -20,12 +20,12 @@
user: "root",
password: "",
database: "swaf",
create_database_automatically: false
create_database_automatically: false,
},
redis: {
host: "127.0.0.1",
port: 6379,
prefix: 'swaf'
prefix: 'swaf',
},
session: {
secret: 'default',
@ -45,7 +45,7 @@
from_name: 'Example App',
},
view: {
cache: false
cache: false,
},
magic_link: {
validity_period: 20,

View File

@ -8,12 +8,12 @@
public_websocket_url: "wss://swaf.example",
session: {
cookie: {
secure: true
}
secure: true,
},
},
mail: {
secure: true,
allow_invalid_tls: false
allow_invalid_tls: false,
},
magic_link: {
validity_period: 900,