Code cleanup: normalize configuration file line endings
This commit is contained in:
parent
24785c3e71
commit
f5b2015ae0
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user