All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 50s
59 lines
2.1 KiB
Plaintext
59 lines
2.1 KiB
Plaintext
# Configuration OVH
|
|
OVH_APP_KEY=5ab0709bbb65ef26
|
|
OVH_APP_SECRET=de1fac1779d707d263a611a557cd5766
|
|
OVH_CONSUMER_KEY=5fe817829b8a9c780cfa2354f8312ece
|
|
OVH_SMS_SERVICE_NAME=sms-tt802880-1
|
|
|
|
# Configuration SMS Factor
|
|
SMS_FACTOR_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI4NzgzNiIsImlhdCI6MTcwMTMzOTY1Mi45NDUzOH0.GNoqLb5MDBWuniNlQjbr1PKolwxGqBZe_tf4IMObvHw
|
|
|
|
#Configuration Mailchimp
|
|
MAILCHIMP_API_KEY=md-VVfaml-ApIV4nsGgaJKl0A
|
|
MAILCHIMP_KEY=3fa54304bc766dfd0b8043a827b28a3a-us17
|
|
MAILCHIMP_LIST_ID=a48d9ad852
|
|
|
|
#Configuration Stripe
|
|
STRIPE_SECRET_KEY=sk_test_51OwKmMP5xh1u9BqSeFpqw0Yr15hHtFsh0pvRGaE0VERhlYtvw33ND1qiGA6Dy1DPmmV61B6BqIimlhuv7bwElhjF00PLQwD60n
|
|
STRIPE_WEBHOOK_SECRET=
|
|
STRIPE_STANDARD_SUBSCRIPTION_PRICE_ID=price_1P66fuP5xh1u9BqSHj0O6Uy3
|
|
STRIPE_STANDARD_ANNUAL_SUBSCRIPTION_PRICE_ID=price_1P9NsRP5xh1u9BqSFgkUDbQY
|
|
STRIPE_UNLIMITED_SUBSCRIPTION_PRICE_ID=price_1P66RqP5xh1u9BqSuUzkQNac
|
|
STRIPE_UNLIMITED_ANNUAL_SUBSCRIPTION_PRICE_ID=price_1P9NpKP5xh1u9BqSApFogvUB
|
|
|
|
# Configuration serveur
|
|
APP_HOST=https://demo.4nkweb.com
|
|
PORT=
|
|
|
|
# Configuration front-end
|
|
NEXT_PUBLIC_4NK_URL=https://demo.4nkweb.com
|
|
NEXT_PUBLIC_FRONT_APP_HOST=https://demo.4nkweb.com
|
|
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
|
|
BACK_API_PORT=8081
|
|
BACK_API_ROOT_URL=/api
|
|
BACK_API_VERSION=/v1
|
|
|
|
# Configuration idnot
|
|
IDNOT_ANNUARY_BASE_URL='https://qual-api.notaires.fr/annuaire'
|
|
IDNOT_API_KEY='ba557f84-0bf6-4dbf-844f-df2767555e3e'
|
|
|
|
# Configuration PostgreSQL
|
|
DB_HOST=
|
|
DB_PORT=
|
|
DB_NAME=
|
|
DB_USER=
|
|
DB_PASSWORD=
|
|
|
|
# Variables IdNot manquantes pour l'authentification
|
|
IDNOT_API_BASE_URL='https://qual-api.notaires.fr'
|
|
IDNOT_REDIRECT_URI='https://dev4.4nkweb.com/lecoffre/authorized-client'
|
|
IDNOT_TOKEN_URL='https://qual-connexion.idnot.fr/IdPOAuth2/token/idnot_idp_v1'
|
|
|
|
IDNOT_API_KEY=ba557f84-0bf6-4dbf-844f-df2767555e3e
|
|
IDNOT_CLIENT_ID=B3CE56353EDB15A9
|
|
IDNOT_CLIENT_SECRET=3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C
|
|
NEXT_PUBLIC_IDNOT_CLIENT_ID=B3CE56353EDB15A9
|