18 lines
250 B
TOML
18 lines
250 B
TOML
bot_name = "AGAU"
|
|
env = "dev-che"
|
|
port = 5437
|
|
token = ""
|
|
prefix = "!"
|
|
|
|
[persistence]
|
|
host = "localhost"
|
|
port = 5432
|
|
user = "postgres"
|
|
password = "postgres"
|
|
database = "postgres"
|
|
tls = false
|
|
tls_insecure = false
|
|
|
|
[image]
|
|
path = "/projects/base-image"
|