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

Commit 5740424

Browse files
authored
Merge pull request #52 from gedorinku/registration
ユーザー登録
2 parents 0ba35f0 + 8d27d30 commit 5740424

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4418
-368
lines changed

.env.ci

+7-2
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
@@ -30,3 +30,8 @@ DEBUG_LOG=true
3030
JOB_INTERVAL_SEC=120
3131

3232
HYDRA_ADMIN_URL=http://hydra:4445
33+
34+
CLIENT_REGISTRATION_URL=http://localhost:8080/registration
35+
36+
SMTP_ADDR=smtp:1025
37+

.env.sample

+7-2
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
@@ -31,3 +31,8 @@ DEBUG_LOG=true
3131
JOB_INTERVAL_SEC=120
3232

3333
HYDRA_ADMIN_URL=http://hydra:4445
34+
35+
CLIENT_REGISTRATION_URL=http://localhost:8080/registration
36+
37+
SMTP_ADDR=smtp:1025
38+

Gopkg.lock

+167-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
[[constraint]]
1010
branch = "master"
1111
name = "github.com/mwitkow/go-proto-validators"
12+
13+
[[constraint]]
14+
name = "github.com/gobuffalo/packr"
15+
version = "2.0.3"

0 commit comments

Comments
 (0)