feat(phase-0,phase-2): bootstrap DB schemas + Metabase/NocoDB compose + work_types seed
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# Copy to .env and fill in real values. .env is gitignored.
|
||||
|
||||
# PostgreSQL — workload-проектная БД в pipeline_postgres
|
||||
PG_USER=bit_flight_deck_user
|
||||
PG_PASSWORD=<set after init-bit-flight-deck-db.sql>
|
||||
PG_DB=bit_flight_deck
|
||||
PG_HOST=pipeline_postgres
|
||||
PG_PORT=5432
|
||||
|
||||
# BIT.RA HTTP-сервисы (Phase 3 — пишутся в 1С Конфигуратор)
|
||||
BITRA_BASE_URL=http://<host>/<dbname>/hs/IntegrationAPI/v1
|
||||
BITRA_USER=bit_flight_deck_api
|
||||
BITRA_PASSWORD=<set in BIT.RA admin panel>
|
||||
|
||||
# EVA Desk
|
||||
EVA_BASE_URL=https://firstbit.evateam.ru/api/
|
||||
EVA_ADMIN_TOKEN=<global admin token from EVA admin panel>
|
||||
|
||||
# Bitrix24
|
||||
BITRIX_WEBHOOK_URL=https://vdst421.1cbit.ru/rest/91/<webhook-token>/
|
||||
BITRIX_WEBHOOK_SECRET=<random; placed in the n8n webhook path so only Bitrix knows it>
|
||||
|
||||
# Metabase
|
||||
METABASE_SITE_NAME=bit-flight-deck
|
||||
METABASE_PORT=3001
|
||||
|
||||
# NocoDB
|
||||
NOCODB_PORT=8090
|
||||
NOCODB_ADMIN_EMAIL=roachesnokov@gmail.com
|
||||
NOCODB_ADMIN_PASSWORD=<set>
|
||||
Reference in New Issue
Block a user