Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit fee42d3

Browse files
committed
Fix env
1 parent a219852 commit fee42d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ OAUTH2_CONSENT_URL=http://localhost:8080/oauth/consent
77
OAUTH2_LOGIN_URL=http://localhost:8080/oauth/login
88

99
# 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
1212

1313
# for minio
1414
MINIO_ACCESS_KEY=youReallyNeedToChangeThis

.env.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ OAUTH2_CONSENT_URL=http://localhost:8080/oauth/consent
77
OAUTH2_LOGIN_URL=http://localhost:8080/oauth/login
88

99
# 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
1212

1313
# for minio
1414
MINIO_ACCESS_KEY=youReallyNeedToChangeThis

0 commit comments

Comments
 (0)