mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 13:46:51 +01:00
37 lines
984 B
Plaintext
37 lines
984 B
Plaintext
OUT_PORT=8443
|
|
|
|
JWT_SECRET=wut
|
|
|
|
PROM_PORT=9090
|
|
# this hash is generated with : htpasswd -nbB admin admin
|
|
PROM_HASH=$2y$05$29xV50WIgdOcLtFwKnr9cObGlS9booo97Ny7gRxAuADkwF9rS3nD.
|
|
PROM_PASS=admin
|
|
|
|
GRAPH_PORT=3000
|
|
|
|
ELK_PORT=5601
|
|
|
|
# the url to which the user will be redirected when it logs with google
|
|
CALLBACK_REDIR=http://localhost:3000
|
|
GOOGLE_CLIENT_SECRET=susAF
|
|
GOOGLE_CLIENT_ID=Really
|
|
|
|
AVAX_PRIVATE_KEY=<private-key>
|
|
AVAX_RPC_URL=<url>
|
|
AVAX_CONTRACT_ADDR=<pub key of contract>
|
|
|
|
SMTP_SMARTHOST=<the host of the smtp server>
|
|
SMTP_FROM=<the address to send from>
|
|
SMTP_AUTH_USERNAME=<smtp-user>
|
|
SMTP_AUTH_PASSWORD=<smtp pass>
|
|
EMAIL_TO=<mail to send to>
|
|
|
|
# all of those can't have a / at the env ↓
|
|
USER_URL=<the internal url to the user api>
|
|
AUTH_URL=<the internal url to the auth api>
|
|
SCORE_URL=<the internal url to the score store api>
|
|
|
|
CORS_ORIGIN=<the external url of origin for cors>
|
|
VITE_USER_URL=<the external url of the user api>
|
|
VITE_AUTH_URL=<the external url of the auth api>
|