This repository was archived by the owner on Feb 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ OAUTH2_CONSENT_URL=http://localhost:8080/oauth/consent
7
7
OAUTH2_LOGIN_URL = http://localhost:8080/oauth/login
8
8
9
9
# for ridgepole
10
- DATABASE_URL_RIDGEPOLE = postgresql://postgres:@localhost /accounts?sslmode=disable
11
- TEST_DATABASE_URL_RIDGEPOLE = postgresql://postgres:@localhost /accounts_test?sslmode=disable
10
+ DATABASE_URL_RIDGEPOLE = postgresql://postgres:@pg /accounts?sslmode=disable
11
+ TEST_DATABASE_URL_RIDGEPOLE = postgresql://postgres:@pg /accounts_test?sslmode=disable
12
12
13
13
# for minio
14
14
MINIO_ACCESS_KEY = youReallyNeedToChangeThis
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ OAUTH2_CONSENT_URL=http://localhost:8080/oauth/consent
7
7
OAUTH2_LOGIN_URL = http://localhost:8080/oauth/login
8
8
9
9
# for ridgepole
10
- DATABASE_URL_RIDGEPOLE = postgresql://postgres:@localhost /accounts?sslmode=disable
11
- TEST_DATABASE_URL_RIDGEPOLE = postgresql://postgres:@localhost /accounts_test?sslmode=disable
10
+ DATABASE_URL_RIDGEPOLE = postgresql://postgres:@pg /accounts?sslmode=disable
11
+ TEST_DATABASE_URL_RIDGEPOLE = postgresql://postgres:@pg /accounts_test?sslmode=disable
12
12
13
13
# for minio
14
14
MINIO_ACCESS_KEY = youReallyNeedToChangeThis
You can’t perform that action at this time.
0 commit comments