Skip to content

Commit d3fa62e

Browse files
authored
Merge pull request #6254 from devtron-labs/satyampsoni-add-env-variables
misc: adds the required env variables to set up devtron
2 parents e8e29fb + d96bc30 commit d3fa62e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

scripts/dev-conf/envfile.env

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
1KUBECONFIG=scripts/dev-conf/kube-config
21
CD_ENVIRONMENT=local
3-
MODE=DEV
2+
MODE=DEV
3+
CASBIN_DATABASE=casbin
4+
DEVTRON_DEFAULT_NAMESPACE=devtroncd
5+
DEVTRON_DEX_SECRET_NAMESPACE=devtroncd
6+
DEVTRON_SECRET_NAME=devtron-secret
7+
DEVTRONCD_NAMESPACE=devtroncd
8+
IS_INTERNAL_USE=true
9+
LOG_LEVEL=-1
10+
NATS_SERVER_HOST=localhost:4222
11+
PG_USER=postgres
12+
PG_DATABASE=orchestrator
13+
PG_PASSWORD={password}
14+
PG_HOST=localhost
15+
PG_PORT=5432
16+
RUNTIME_CONFIG_LOCAL_DEV=true
17+
USE_ARTIFACT_LISTING_API_V2=true
18+
USE_CASBIN_V2=true

0 commit comments

Comments
 (0)