Nicolas Cantu acbfbfaaff Configuration Bitcoin simplifiee et alignement .local
- Configuration Bitcoin: ajout RPC signet et securisation reseau Docker
- Alignement hostnames: migration .4nk.local vers .local dans tous les .exemple
- Configuration blindbit-oracle: hostnames et chemins alignes
- Configuration SDK: ports et hostnames mis a jour
2025-09-10 18:15:11 +02:00

10 lines
464 B
Plaintext

NEXT_PUBLIC_4NK_URL="http://ihm-client.local:3003"
NEXT_PUBLIC_FRONT_APP_HOST="http://coffre-front.local:3000"
NEXT_PUBLIC_IDNOT_BASE_URL="https://qual-connexion.idnot.fr"
NEXT_PUBLIC_IDNOT_AUTHORIZE_ENDPOINT="/IdPOAuth2/authorize/idnot_idp_v1"
NEXT_PUBLIC_IDNOT_CLIENT_ID="4501646203F3EF67"
NEXT_PUBLIC_BACK_API_PROTOCOL=http://
NEXT_PUBLIC_BACK_API_HOST=localhost
NEXT_PUBLIC_BACK_API_PORT=8080
NEXT_PUBLIC_BACK_API_ROOT_URL=/api
NEXT_PUBLIC_BACK_API_VERSION=/v1