"googlemock/vscode:/vscode.git/clone" did not exist on "a3509a5aa49e1d17d12f54e714b4923b97d0f6bc"
.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"