planetwars.dev/planetwars-server/configuration.toml

17 lines
490 B
TOML
Raw Permalink Normal View History

2022-02-20 22:06:05 +00:00
database_url = "postgresql://planetwars:planetwars@localhost/planetwars"
2022-07-21 19:42:47 +00:00
# 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"
2022-07-17 16:23:24 +00:00
ranker_enabled = false