blob: 13012f95856ea730fd6e7bf8c4181588db522776 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
database_url = "postgresql://planetwars:planetwars@localhost/planetwars"
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
|