rainbox.email/config/test.json5

13 lines
241 B
Plaintext
Raw Normal View History

2020-11-02 18:17:55 +01:00
{
2020-04-25 09:39:25 +02:00
mysql: {
2020-06-27 17:20:06 +02:00
host: "localhost",
user: "root",
password: "",
database: "rainbox_email_test",
2020-04-25 09:39:25 +02:00
create_database_automatically: true
},
mail: {
max_public_identities_per_user: 1,
},
}