add crud for forms, templates, shipment, users and auth with keycloak
This commit is contained in:
16
.env.example
16
.env.example
@@ -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=
|
||||
Reference in New Issue
Block a user