Skip to content

Commit

Permalink
Make OAUTH_CLIENT_ID set through env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
EduKav1813 committed Sep 29, 2024
1 parent 99ffc8f commit b9c1466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
- OAUTH_OPENID=http://oauth.localhost:8080/issuer1/.well-known/openid-configuration
- OAUTH_CLIENT_SECRET=12345678
- APP_IP_MASK=172.18.0.1
- OAUTH_CLIENT_ID=fake-development-client-id

ports:
# use 127.0.0.1:8000:8000
Expand Down
1 change: 1 addition & 0 deletions env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export APP_DB_URL="postgresql://whohacks:S3cret@localhost:5432/whohacks"
export OAUTH_OPENID="http://sso.hsp.sh/auth/realms/hsp/.well-known/openid-configuration"
export OAUTH_CLIENT_ID="fake-development-client-id"
env | grep APP_ > .env
env | grep OUATH_ > .env

0 comments on commit b9c1466

Please sign in to comment.