16 lines
490 B
TOML
16 lines
490 B
TOML
database_url = "postgresql://planetwars:planetwars@localhost/planetwars"
|
|
|
|
# front-end is served here in development, which proxies to the backend
|
|
root_url = "http://localhost:3000"
|
|
|
|
python_runner_image = "python:3.10-slim-buster"
|
|
container_registry_url = "localhost:9001"
|
|
|
|
bots_directory = "./data/bots"
|
|
match_logs_directory = "./data/matches"
|
|
maps_directory = "./data/maps"
|
|
|
|
registry_directory = "./data/registry"
|
|
registry_admin_password ="verysecretadminpassword"
|
|
|
|
ranker_enabled = false
|