13 lines
342 B
TOML
13 lines
342 B
TOML
[debug]
|
|
secret_key = "yYhvCGnRh/TrcHtB8sZqCFifrVmJxoKFLBYw/WWBZeU="
|
|
address = "127.0.0.1"
|
|
port = 8000
|
|
|
|
[default.databases.postgres_db]
|
|
url = "postgresql://chatapp:chatapp@100.118.108.58:5432/chatapp"
|
|
|
|
[default] # run inside a docker container or pod
|
|
secret_key = "fCHCI6x/uItqldCJTdbruqQvXQXAeH/+vGtXmu3Hv6A="
|
|
address = "0.0.0.0"
|
|
port = 8082
|