Login and register page and some other stuff

This commit is contained in:
2021-09-06 01:31:11 +02:00
committed by Mikael Göransson
commit e91582831a
15 changed files with 771 additions and 0 deletions

4
.env_example Normal file
View File

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