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

View File

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