4NK Dev ae157527f0 refactor: Réorganisation majeure de la structure des dossiers
- Restructuration des modules 4NK vers storage/dev/4NK_modules/
  * 4NK_certificator, 4NK_miner, 4NK_web_status
  * bitcoin, blindbit-oracle, grafana, ihm_client
  * loki, promtail, redis, sdk_relay, sdk_signer, sdk_storage, tor-proxy

- Restructuration des projets vers storage/dev/projects/
  * Projet lecoffre avec ses composants:
    - lecoffre-back-mini, lecoffre-front, lecoffre_node
    - docker-compose.yml et docker-compose.yml.auto

- Mise à jour des fichiers .env et .env.auto pour refléter la nouvelle structure
- Amélioration de l'organisation des configurations par modules et projets
- Séparation claire entre les modules 4NK réutilisables et les projets spécifiques
2025-10-02 13:55:15 +00:00

29 lines
1.3 KiB
Bash

IDNOT_API_KEY=$IDNOT_API_KEY
IDNOT_CLIENT_ID=$IDNOT_CLIENT_ID
IDNOT_CLIENT_SECRET=$IDNOT_CLIENT_SECRET
IDNOT_ANNUARY_BASE_URL=https://qual-api.notaires.fr/annuaire
IDNOT_REDIRECT_URI=https://lecoffreio.4nkweb.com/authorized-client
IDNOT_TOKEN_URL=https://qual-connexion.idnot.fr/user/IdPOAuth2/token/idnot_idp_v1
IDNOT_API_BASE_URL=https://qual-api.notaires.fr
SIGNER_API_KEY=$SIGNER_API_KEY
VITE_JWT_SECRET_KEY=$VITE_JWT_SECRET_KEY
NEXT_PUBLIC_IDNOT_CLIENT_ID=$NEXT_PUBLIC_IDNOT_CLIENT_ID
NEXT_PUBLIC_4NK_URL=$IHM_CLIENT_URL
NEXT_PUBLIC_FRONT_APP_HOST=$LECOFFRE_FRONT_URL
NEXT_PUBLIC_IDNOT_BASE_URL=https://qual-connexion.idnot.fr
NEXT_PUBLIC_IDNOT_AUTHORIZE_ENDPOINT=/IdPOAuth2/authorize/idnot_idp_v1
NEXT_PUBLIC_BACK_API_PROTOCOL=https
NEXT_PUBLIC_BACK_API_HOST=$LECOFFRE_BACK_HOST
NEXT_PUBLIC_BACK_API_PORT=443
NEXT_PUBLIC_BACK_API_ROOT_URL=$URL_ROUTE_LECOFFRE_BACK
NEXT_PUBLIC_BACK_API_VERSION=v1
NEXT_PUBLIC_ANK_BASE_REDIRECT_URI=https://lecoffreio.4nkweb.com/authorized-client
NEXT_PUBLIC_TARGET_ORIGIN=https://$LECOFFRE_BACK_HOST
NEXT_PUBLIC_4NK_IFRAME_URL=$IHM_CLIENT_URL
NEXT_PUBLIC_IDNOT_REDIRECT_URI=https://lecoffreio.4nkweb.com/authorized-client
NEXT_PUBLIC_DOCAPOSTE_API_URL=
NEXT_PUBLIC_API_URL=$LECOFFRE_BACK_URL
NEXT_PUBLIC_DEFAULT_VALIDATOR_ID=$NEXT_PUBLIC_DEFAULT_VALIDATOR_ID
NEXT_PUBLIC_DEFAULT_STORAGE_URLS=$STORAGE_URL