aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/configuration.toml
diff options
context:
space:
mode:
Diffstat (limited to 'planetwars-server/configuration.toml')
-rw-r--r--planetwars-server/configuration.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/planetwars-server/configuration.toml b/planetwars-server/configuration.toml
index 13012f9..87347d9 100644
--- a/planetwars-server/configuration.toml
+++ b/planetwars-server/configuration.toml
@@ -1,5 +1,8 @@
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"