Skip to content

Commit

Permalink
Update envfile.env
Browse files Browse the repository at this point in the history
  • Loading branch information
satyampsoni authored Jan 6, 2025
1 parent e8e29fb commit d96bc30
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 d96bc30

Please sign in to comment.