Cleaned up bridgy fed

This commit is contained in:
2025-09-04 17:09:35 +02:00
parent 904040589e
commit 00c99e58e9
9 changed files with 39 additions and 106 deletions

View File

@@ -1,18 +1,13 @@
# Flask / Gunicorn basics
FLASK_ENV="{{ ENVIRONMENT | default('production') }}"
FLASK_ENV="{{ ENVIRONMENT }}"
PORT="{{ container_port }}"
BRIDGY_ADMIN_EMAIL="{{ BRIDGY_ADMIN_EMAIL }}"
# Bridgy Fed upstream knobs (see README @ GitHub)
APPVIEW_HOST="{{ APPVIEW_HOST }}"
PLC_HOST="{{ PLC_HOST }}"
BGS_HOST="{{ BGS_HOST }}"
PDS_HOST="{{ PDS_HOST }}"
# Datastore emulator (Datastore-mode Firestore). If sidecar enabled, point here.
GOOGLE_CLOUD_PROJECT="{{ EMULATOR_PROJECT_ID }}"
DATASTORE_EMULATOR_HOST="{{ EMULATOR_ENABLED | ternary(EMULATOR_HOST_INTERNAL, '') }}"
# DATASTORE_DATASET not needed when GOOGLE_CLOUD_PROJECT is set
BRIDGY_APPVIEW_HOST="{{ BRIDGY_APPVIEW_HOST }}"
BRIDGY_PLC_HOST="{{ BRIDGY_PLC_HOST }}"
BRIDGY_BGS_HOST="{{ BRIDGY_BGS_HOST }}"
BRIDGY_PDS_HOST="{{ BRIDGY_PDS_HOST }}"
# Optional:
# GUNICORN_CMD_ARGS="--log-level info"