We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8e29fb + d96bc30 commit d3fa62eCopy full SHA for d3fa62e
scripts/dev-conf/envfile.env
@@ -1,3 +1,18 @@
1
-1KUBECONFIG=scripts/dev-conf/kube-config
2
CD_ENVIRONMENT=local
3
-MODE=DEV
+MODE=DEV
+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