- 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
50 lines
1.7 KiB
Plaintext
50 lines
1.7 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=http://coffre-back-mini.local
|
|
PORT=8080
|
|
|
|
# Configuration front-end
|
|
NEXT_PUBLIC_4NK_URL=http://ihm-client.local
|
|
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
|
|
BACK_API_PORT=8080
|
|
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=miniback-postgres.local
|
|
DB_PORT=5432
|
|
DB_NAME=miniback
|
|
DB_USER=miniback
|
|
DB_PASSWORD=minibackpassword
|
|
|
|
LOG_LEVEL="debug" |