add crud for forms, templates, shipment, users and auth with keycloak

This commit is contained in:
2026-02-09 23:38:22 +01:00
parent 145f3f632e
commit be7ca58513
45 changed files with 949 additions and 226 deletions

View File

@@ -1,4 +1,12 @@
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=amap
ROOT_FQDN=http://localhost
DB_USER=postgres
DB_PASS=postgres
DB_NAME=amap
DB_HOST=localhost
ORIGINS=http://localhost:8000
SECRET_KEY=
ROOT_FQDN=http://localhost
KEYCLOAK_SERVER=
KEYCLOAK_REALM=
KEYCLOAK_CLIENT_ID=
KEYCLOAK_CLIENT_SECRET=
KEYCLOAK_REDIRECT_URI=