# 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