Moved to plain go templating

This commit is contained in:
2022-02-20 18:01:52 +01:00
parent 13e6ff20d9
commit a79a4166bd
16 changed files with 327 additions and 335 deletions

View File

@@ -1,4 +1,4 @@
ADMIN_API_KEY=changeMe
AUTH_API_URL=http://auth-api:4000
JWT_SHARED_SECRET=changeMe
WEB_BIND_HOST=":4000"
PORT=4001