NODEDC_BIM_VIEWER/.env.synology.example

15 lines
593 B
Plaintext

# Synology/NODE.DC production BIM Viewer environment.
# Copy to the live BIM deployment env and fill secrets from platform .env.synology.
NODEDC_BIM_HOST_PORT=18100
NODEDC_BIM_SERVICE_SLUG=bim-viewer
NODEDC_BIM_AUTH_REQUIRED=1
NODEDC_BIM_PUBLIC_URL=https://bim.nodedc.tech
NODEDC_BIM_ALLOWED_ORIGINS=https://hub.nodedc.ru,https://ops.nodedc.ru,https://bim.nodedc.tech
NODEDC_BIM_COOKIE_SECURE=1
NODEDC_BIM_COOKIE_SAMESITE=None
NODEDC_LAUNCHER_BASE_URL=https://hub.nodedc.ru
NODEDC_LAUNCHER_INTERNAL_URL=https://hub.nodedc.ru
NODEDC_INTERNAL_ACCESS_TOKEN=replace-with-platform-internal-token