rainbox.email/config/production.json5

17 lines
325 B
Plaintext
Raw Normal View History

2020-11-02 18:17:55 +01:00
{
2020-06-27 17:20:06 +02:00
log_level: "DEBUG",
db_log_level: "ERROR",
public_url: "https://aldap.toot.party",
public_websocket_url: "wss://aldap.toot.party",
2020-06-27 17:20:06 +02:00
session: {
cookie: {
secure: true
}
},
mail: {
secure: true,
allow_invalid_tls: false
2020-07-25 10:48:56 +02:00
},
approval_mode: true,
}