.env 203 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
# test env
DB_USER = "postgres"
DB_PASSWORD = "pgadmin"
DB_HOST = "localhost"
DB_NAME = "test-db"
DB_PORT = "5432"

RESOURCE_SCOPE = "user"

NDS_HOST = "localhost"
NDS_PORT = "8001" # will be overwritten