swaf/config/test.json5

10 lines
169 B
Plaintext
Raw Normal View History

{
2020-04-23 12:12:08 +02:00
mysql: {
host: "localhost",
user: "root",
password: "",
2020-11-12 16:11:16 +01:00
database: "swaf_test",
2020-04-23 12:12:08 +02:00
create_database_automatically: true
}
}