You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
378 B
10 lines
378 B
PGADMIN_DEFAULT_EMAIL: placeholder@example.com
|
|
PGADMIN_DEFAULT_PASSWORD: fakepassword123!
|
|
POSTGRES_USER=root
|
|
POSTGRES_PASSWORD=root
|
|
POSTGRES_DB=root
|
|
AUTH_SOURCE_URL=postgresql://postgres:postgres@localhost:5444/user-authentication
|
|
PUBLIC_KEY_PATH=tokens/jwt.key.pub
|
|
PRIVATE_KEY_PATH=tokens/jwt.key
|
|
USER_DATA_SOURCE_URL=postgresql://postgres:postgres@localhost:5445/sc-user-data
|