23 lines
308 B
TOML
23 lines
308 B
TOML
hostname = "127.0.0.1"
|
|
port = "42069"
|
|
assets_dir = ''
|
|
log = "info"
|
|
|
|
[secrets]
|
|
token_key = ''
|
|
|
|
[database]
|
|
host = ""
|
|
port = "5432"
|
|
user = "debt_pirate"
|
|
password = ""
|
|
schema = "debt_pirate"
|
|
|
|
[cache]
|
|
host = "192.168.122.76"
|
|
port = "6379"
|
|
user = "debt_pirate"
|
|
password = ""
|
|
|
|
[mail]
|
|
send_verification_email = true
|