13 lines
187 B
TOML
13 lines
187 B
TOML
bot_name = "AGAU"
|
|
env = "dev-che"
|
|
port = 5437
|
|
|
|
[persistence]
|
|
host = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
password = "postgres"
|
|
database = "postgres"
|
|
tls = false
|
|
tls_insecure = false
|