* init * bad copy/paste * move to top level * Revert "move to top level" This reverts commitaca3534d38. * attempt to wire up connector builder frontend to server * copy from octaviacli * fix connection to builder server * update * delete * Update * delete python-version * Revert "delete python-version" This reverts commitf9258a7755. * setup python * install python * rename * kube stuff * Install python * missing kube file * rename * Update files * Update bumpversion * install python * try with different entrypoint * rename container * point to docker-compose.yaml file * derp * copy acceptance_test.sh * copy from acceptance tests * delete cruft * update * remove application env * reset * reset to master * update * skip comprehensive incremental tests * Revert "skip comprehensive incremental tests" This reverts commit9cee657596. * reset to master * remove cruft * delete superfluous steps * update port to 8003 * reset to master * Update publish docker * move openapi spec to airbyte-connector-builder * point to openapi spec * dont expose the connector builder to localhost * reset FE components to master * Don't deploy the connector-builder * Revert "Don't deploy the connector-builder" This reverts commit3d157494cf. * Revert "Revert "Don't deploy the connector-builder"" This reverts commitbeac3d48f0. * comment out more things related to connector builder server * more attempts at removing the connector builder * comment out more things * Apply suggestions from code review Co-authored-by: Lake Mossman <lake@airbyte.io> * Update airbyte-webapp/src/config/configProviders.ts Co-authored-by: Lake Mossman <lake@airbyte.io> * update * rename * indent * Revert "move openapi spec to airbyte-connector-builder" This reverts commit57dda04723. * Revert "rename" This reverts commitb2d802b8fa. * Revert "Revert "rename"" This reverts commit91db24fd4a. * point to wrong file in case it fixes the build * point to right openapi file * Revert "Revert "move openapi spec to airbyte-connector-builder"" This reverts commite46a837454. * point to moved file * fix path * Update from master * newline * Add failing test * Revert "Add failing test" This reverts commited9fea09b5. * comment * update commented requires * Add a comment * 2022 * rename to connector-builder-server * typo Co-authored-by: lmossman <lake@airbyte.io>
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
# For internal Airbyte dev use.
|
|
|
|
VERSION=dev
|
|
DATABASE_USER=docker
|
|
DATABASE_PASSWORD=docker
|
|
DATABASE_DB=airbyte
|
|
DATABASE_URL=jdbc:postgresql://db:5432/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=/api/v1/
|
|
INTERNAL_API_HOST=airbyte-server:8001
|
|
#CONNECTOR_BUILDER_API_HOST=airbyte-connector-builder-server:8003 #FIXME: Uncomment this when enabling the connector-builder
|
|
SYNC_JOB_MAX_ATTEMPTS=3
|
|
SYNC_JOB_MAX_TIMEOUT_DAYS=3
|
|
WORKERS_MICRONAUT_ENVIRONMENTS=control-plane
|
|
CRON_MICRONAUT_ENVIRONMENTS=control-plane
|
|
|
|
# Sentry
|
|
SENTRY_DSN=""
|
|
|
|
# Migration Configuration
|
|
CONFIGS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION=0.35.15.001
|
|
JOBS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION=0.29.15.001
|