1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/readeck_ynh.git synced 2024-09-03 20:16:18 +02:00
readeck_ynh/conf/config.toml
Éric Gaspar 96528c1acb fix
2024-02-10 09:58:39 +01:00

24 lines
490 B
TOML

[main]
log_level = "info"
secret_key = "__KEY__"
data_directory = "__DATA_DIR__"
[server]
host = "127.0.0.1"
port = __PORT__
allowed_hosts = ["__DOMAIN__"]
use_x_forwarded_for = true
use_x_forwarded_host = true
use_x_forwarded_proto = true
[database]
source = "postgres://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__"
[email]
host = "localhost"
port = 25
username = "__APP__"
password = "__MAIL_PWD__"
encryption = ""
from = "__APP__@__DOMAIN__"
from_noreply = "noreply@__DOMAIN__"