swaf/config/test.json5

19 lines
314 B
Plaintext

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