19 lines
411 B
TOML
19 lines
411 B
TOML
[debug]
|
|
secret_key = "yYhvCGnRh/TrcHtB8sZqCFifrVmJxoKFLBYw/WWBZeU="
|
|
address = "0.0.0.0"
|
|
port = 8000
|
|
|
|
[default.databases.postgres_db]
|
|
url = "postgresql://chatapp:chatapp@100.118.108.58:5432/chatapp"
|
|
|
|
[default.databases.redis_cache]
|
|
url = "redis://chatapp_redis:6379"
|
|
|
|
[debug.databases.redis_cache]
|
|
url = "redis://localhost:6379"
|
|
|
|
|
|
[default] # run inside a docker container or pod
|
|
address = "0.0.0.0"
|
|
port = 8000
|