second commit
Some checks failed
CI / main (push) Failing after 10s

This commit is contained in:
2026-04-07 17:52:18 +02:00
parent 23835e09b3
commit 23fb1ce7ad
12 changed files with 8834 additions and 27 deletions

View File

@@ -1,8 +1,14 @@
#
PORT=3002
#
KEYCLOAK_URL=http://localhost:8080
# Base URL del server
KEYCLOAK_BASE_URL=http://localhost:8080
# URL Auth derivata (concatenazione)
KEYCLOAK_URL_AUTH=${KEYCLOAK_BASE_URL}/auth
# altre configurazioni
KEYCLOAK_REALM=appweb
KEYCLOAK_CLIENT_ID=gw-negozi
KEYCLOAK_CLIENT_SECRET=Nf0WIneXN9bOleTpgrbj54ypI8AnIbd5
KEYCLOAK_CLIENT_ID=user-service
KEYCLOAK_CLIENT_SECRET=tCDsN56Y3Ii4h0SfqrT4o6SoV8fw2fe8
#