mirror of
https://github.com/harness/drone.git
synced 2025-05-01 05:00:00 +00:00
* Linting * Refactoring db query in infra resource store for pq support. * Using a default value of infra config identifier if not present in the create gitspace request. * feat: [CDE-637]: Decoupling infra resource mgmt from config. Adding soft delete support to infra resource table. * Making infra provider resource unique to config and space.
19 lines
598 B
Bash
19 lines
598 B
Bash
GITNESS_TRACE=true
|
|
GITNESS_GIT_TRACE=true
|
|
GITNESS_PRINCIPAL_ADMIN_EMAIL=admin@gitness.io
|
|
GITNESS_PRINCIPAL_ADMIN_PASSWORD=changeit
|
|
GITNESS_WEBHOOK_ALLOW_LOOPBACK=true
|
|
GITNESS_METRIC_ENABLED=false
|
|
GITNESS_HTTP_HOST=localhost
|
|
GITNESS_GITSPACE_ENABLE=true
|
|
GITNESS_DEBUG=true
|
|
GITNESS_DOCKER_API_VERSION=1.45
|
|
GITNESS_SSH_ENABLE=true
|
|
GITNESS_SSH_HOST=localhost
|
|
GITNESS_SSH_PORT=2222
|
|
|
|
GITNESS_REGISTRY_STORAGE_TYPE=filesystem
|
|
GITNESS_REGISTRY_FILESYSTEM_ROOT_DIRECTORY=/tmp
|
|
|
|
#GITNESS_DATABASE_DRIVER=postgres
|
|
#GITNESS_DATABASE_DATASOURCE=postgres://postgres:postgres@localhost:5432/gitness?sslmode=disable |