Skip to content

Commit

Permalink
Merge pull request #6254 from devtron-labs/satyampsoni-add-env-variables
Browse files Browse the repository at this point in the history
misc: adds the required env variables to set up devtron
  • Loading branch information
satyampsoni authored Jan 6, 2025
2 parents e8e29fb + d96bc30 commit d3fa62e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions scripts/dev-conf/envfile.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1KUBECONFIG=scripts/dev-conf/kube-config
CD_ENVIRONMENT=local
MODE=DEV
MODE=DEV
CASBIN_DATABASE=casbin
DEVTRON_DEFAULT_NAMESPACE=devtroncd
DEVTRON_DEX_SECRET_NAMESPACE=devtroncd
DEVTRON_SECRET_NAME=devtron-secret
DEVTRONCD_NAMESPACE=devtroncd
IS_INTERNAL_USE=true
LOG_LEVEL=-1
NATS_SERVER_HOST=localhost:4222
PG_USER=postgres
PG_DATABASE=orchestrator
PG_PASSWORD={password}
PG_HOST=localhost
PG_PORT=5432
RUNTIME_CONFIG_LOCAL_DEV=true
USE_ARTIFACT_LISTING_API_V2=true
USE_CASBIN_V2=true

0 comments on commit d3fa62e

Please sign in to comment.