18 lines
261 B
TOML
18 lines
261 B
TOML
bot_name = "AGAU"
|
|
env = "dev-che"
|
|
port = 5437
|
|
token = ""
|
|
prefix = "!"
|
|
|
|
[persistence]
|
|
url = "localhost:8000"
|
|
user = "postgres"
|
|
password = "postgres"
|
|
database = "postgres"
|
|
namespace = "truc"
|
|
tls = false
|
|
tls_insecure = false
|
|
|
|
[image]
|
|
path = "/projects/base-image"
|