swaf/config/test.json5
2021-04-22 18:01:13 +02:00

19 lines
230 B
Plaintext

{
mysql: {
host: "localhost",
user: "root",
password: "",
database: "swaf_test",
create_database_automatically: true,
},
session: {
cookie: {
// 1s
maxAge: 1000,
},
},
auth: {
approval_mode: true,
},
}