"examples/hello_world/README.md" did not exist on "8435b993b3311c2725893cc0a010da757e2540a1"
.env 226 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Local development env
DB_USER="postgres"
DB_PASSWORD="pgadmin"
DB_HOST="localhost"
DB_PORT=5432
DB_NAME="postgres"

DMS_HOST="localhost"
DMS_PORT=8080

NDS_HOST="localhost"
NDS_PORT=8001

DEFAULT_KUBE_NAMESPACE="compoundai"