Introduce PROD/TEST notify-api constants, DEFAULT_NOTIFY_API_SERVER, and VITE_DEFAULT_NOTIFY_API_SERVER in env files so notification traffic can target notify-api hosts independently of APP_SERVER.
15 lines
683 B
Plaintext
15 lines
683 B
Plaintext
# Only the variables that start with VITE_ are seen in the application import.meta.env in Vue.
|
|
|
|
# Logging Configuration - Production environment gets minimal logging for performance
|
|
VITE_LOG_LEVEL=warn
|
|
|
|
VITE_APP_SERVER=https://timesafari.app
|
|
# This is the claim ID for actions in the BVC project.
|
|
VITE_BVC_MEETUPS_PROJECT_CLAIM_ID=https://endorser.ch/entity/01GXYPFF7FA03NXKPYY142PY4H
|
|
VITE_DEFAULT_ENDORSER_API_SERVER=https://api.endorser.ch
|
|
|
|
VITE_DEFAULT_IMAGE_API_SERVER=https://image-api.timesafari.app
|
|
VITE_DEFAULT_PARTNER_API_SERVER=https://partner-api.endorser.ch
|
|
VITE_DEFAULT_PUSH_SERVER=https://timesafari.app
|
|
VITE_DEFAULT_NOTIFY_API_SERVER=https://notify-api.timesafari.app
|