2022-02-20 23:06:05 +01:00
|
|
|
database_url = "postgresql://planetwars:planetwars@localhost/planetwars"
|
2022-07-16 21:57:12 +02:00
|
|
|
|
|
|
|
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"
|
2022-07-17 18:23:24 +02:00
|
|
|
|
|
|
|
ranker_enabled = false
|