aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/configuration.toml
blob: 87347d993b790d726d4a69e3cbef6bd1cffe9669 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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