1
0
mirror of synced 2026-01-08 03:06:34 -05:00
Files
airbyte/.env.dev
Christophe Duong 03fdd65319 Job Failure Notification (#2706)
* Add webhook to workspace for notifications when sync fail
* API to test notifications webhook (#2809)
2021-04-09 21:56:22 +02:00

22 lines
844 B
Plaintext

VERSION=dev
DATABASE_USER=docker
DATABASE_PASSWORD=docker
DATABASE_DB=airbyte
CONFIG_ROOT=/data
WORKSPACE_ROOT=/tmp/workspace
DATA_DOCKER_MOUNT=airbyte_data_dev
DB_DOCKER_MOUNT=airbyte_db_dev
WORKSPACE_DOCKER_MOUNT=airbyte_workspace_dev
# todo (cgardens) - when we are mount raw directories instead of named volumes, *_DOCKER_MOUNT must
# be the same as *_ROOT.
# Issue: https://github.com/airbytehq/airbyte/issues/578
LOCAL_ROOT=/tmp/airbyte_local_dev
LOCAL_DOCKER_MOUNT=/tmp/airbyte_local_dev
TRACKING_STRATEGY=logging
# todo (cgardens) - hack to handle behavior change in docker compose. *_PARENT directories MUST
# already exist on the host filesystem and MUST be parents of *_ROOT.
# Issue: https://github.com/airbytehq/airbyte/issues/577
HACK_LOCAL_ROOT_PARENT=/tmp
WEBAPP_URL=http://localhost:8000/
API_URL=http://localhost:8001/api/v1/