Fixed code to allow this to run in docker

This commit is contained in:
Lucas Mathews
2024-05-17 12:45:10 +02:00
parent 09ec4d184e
commit 7d62161794
2 changed files with 7 additions and 7 deletions

View File

@@ -6,15 +6,15 @@ add_sample_data=True
name=api.yml
[server]
listen_ip=127.0.0.1
listen_ip=0.0.0.0
port=81
debug=True
[frontend]
listen_ip=127.0.0.1
listen_ip=0.0.0.0
port=80
debug=True
[api]
url=http://127.0.0.1:81/
url=http://0.0.0.0:81/