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