chore(ci,env): ajuster workflow Gitea et actualiser .env.example
All checks were successful
build-and-push-ext / build_push (push) Successful in 57s
All checks were successful
build-and-push-ext / build_push (push) Successful in 57s
This commit is contained in:
parent
612c0cd0ec
commit
c2e1da365e
89
.env.example
89
.env.example
@ -1,11 +1,80 @@
|
|||||||
4NK_URL=
|
# Variables d'environnement pour l'application back-end
|
||||||
FRONT_APP_HOST=
|
NODE_OPTIONS=--max-old-space-size=2048
|
||||||
IDNOT_BASE_URL=
|
NODE_ENV=production
|
||||||
IDNOT_AUTHORIZE_ENDPOINT=
|
|
||||||
|
# Configuration IDNOT
|
||||||
|
IDNOT_ANNUARY_BASE_URL=https://qual-api.notaires.fr/annuaire
|
||||||
|
IDNOT_API_KEY=
|
||||||
IDNOT_CLIENT_ID=
|
IDNOT_CLIENT_ID=
|
||||||
BACK_API_PROTOCOL=
|
IDNOT_CLIENT_SECRET=
|
||||||
BACK_API_HOSTNAME=
|
# IDNOT_REDIRECT_URI=http://local.4nkweb.com:3004/authorized-client
|
||||||
BACK_API_PORT=
|
IDNOT_REDIRECT_URI=https://dev4.4nkweb.com/lecoffre/authorized-client
|
||||||
BACK_API_ROOT_URL=
|
IDNOT_TOKEN_URL=https://qual-connexion.idnot.fr/user/IdPOAuth2/token/idnot_idp_v1
|
||||||
BACK_API_VERSION=
|
IDNOT_API_BASE_URL=https://qual-api.notaires.fr/annuaire
|
||||||
ANK_BASE_REDIRECT_URI=
|
|
||||||
|
# Configuration OVH
|
||||||
|
OVH_APP_KEY=
|
||||||
|
OVH_APP_SECRET=
|
||||||
|
OVH_CONSUMER_KEY=
|
||||||
|
OVH_SMS_SERVICE_NAME=
|
||||||
|
|
||||||
|
# Configuration SMS Factor
|
||||||
|
SMS_FACTOR_TOKEN=
|
||||||
|
|
||||||
|
# Configuration Mailchimp
|
||||||
|
MAILCHIMP_API_KEY=
|
||||||
|
MAILCHIMP_KEY=
|
||||||
|
MAILCHIMP_LIST_ID=
|
||||||
|
|
||||||
|
# Configuration Stripe
|
||||||
|
STRIPE_SECRET_KEY=
|
||||||
|
STRIPE_WEBHOOK_SECRET=
|
||||||
|
STRIPE_STANDARD_SUBSCRIPTION_PRICE_ID=
|
||||||
|
STRIPE_STANDARD_ANNUAL_SUBSCRIPTION_PRICE_ID=
|
||||||
|
STRIPE_UNLIMITED_SUBSCRIPTION_PRICE_ID=
|
||||||
|
STRIPE_UNLIMITED_ANNUAL_SUBSCRIPTION_PRICE_ID=
|
||||||
|
|
||||||
|
# Configuration serveur
|
||||||
|
APP_HOST=https://dev4.4nkweb.com/lecoffre
|
||||||
|
# API_BASE_URL=https://demo.4nkweb.com/back
|
||||||
|
API_BASE_URL=https://dev4.4nkweb.com/back
|
||||||
|
# DEFAULT_STORAGE=https://demo.4nkweb.com/storage
|
||||||
|
DEFAULT_STORAGE=https://dev4.4nkweb.com/storage
|
||||||
|
|
||||||
|
# Variables d'environnement pour l'application front-end
|
||||||
|
# NEXT_PUBLIC_4NK_URL=http://demo.4nkweb.com/
|
||||||
|
NEXT_PUBLIC_4NK_URL=https://dev4.4nkweb.com/
|
||||||
|
# NEXT_PUBLIC_FRONT_APP_HOST=https://demo.4nkweb.com
|
||||||
|
NEXT_PUBLIC_FRONT_APP_HOST=https://dev4.4nkweb.com/lecoffre
|
||||||
|
NEXT_PUBLIC_FRONT_APP_PORT=443
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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=
|
||||||
|
NEXT_PUBLIC_BACK_API_PROTOCOL=https
|
||||||
|
NEXT_PUBLIC_BACK_API_HOST=dev4.4nkweb.com
|
||||||
|
NEXT_PUBLIC_BACK_API_PORT=443
|
||||||
|
NEXT_PUBLIC_BACK_API_ROOT_URL=/back
|
||||||
|
NEXT_PUBLIC_BACK_API_VERSION=/v1
|
||||||
|
# NEXT_PUBLIC_ANK_BASE_REDIRECT_URI='http://local.4nkweb.com:3004/authorized-client'
|
||||||
|
NEXT_PUBLIC_ANK_BASE_REDIRECT_URI='https://dev4.4nkweb.com/lecoffre/authorized-client'
|
||||||
|
NEXT_PUBLIC_TARGET_ORIGIN = https://dev4.4nkweb.com/lecoffre
|
||||||
|
|
||||||
|
NEXT_PUBLIC_DOCAPOSTE_API_URL=
|
||||||
|
NEXT_PUBLIC_API_URL=https://dev4.4nkweb.com/back
|
||||||
|
NEXT_PUBLIC_DEFAULT_VALIDATOR_ID=
|
||||||
|
NEXT_PUBLIC_DEFAULT_STORAGE_URLS=https://dev4.4nkweb.com/storage
|
||||||
|
NEXT_PUBLIC_HOTJAR_SITE_ID=
|
||||||
|
NEXT_PUBLIC_HOTJAR_VERSION=
|
||||||
|
|
||||||
|
# WS
|
||||||
|
# RELAY_URLS=wss://demo.4nkweb.com/ws
|
||||||
|
RELAY_URLS=wss://dev4.4nkweb.com/ws
|
||||||
|
# SIGNER_WS_URL=https://dev4.4nkweb.com/signer/
|
||||||
|
SIGNER_WS_URL=https://dev4.4nkweb.com/signer/
|
||||||
|
|
||||||
|
# IHM URLS
|
||||||
|
# VITE_BOOTSTRAPURL=http://sdk_relay:8090/
|
||||||
|
VITE_BOOTSTRAPURL=https://dev4.4nkweb.com/ws/
|
@ -73,4 +73,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
docker push git.4nkweb.com/4nk/lecoffre-front:${{ steps.tag.outputs.TAG }}
|
docker push git.4nkweb.com/4nk/lecoffre-front:${{ steps.tag.outputs.TAG }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user