Skip to content

Commit

Permalink
fix typo in oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Aug 5, 2021
1 parent a45c1d1 commit 7b28cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-dev-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- DEBUG=true
- ADMIN_PASSWD=password
- AUTH_DEV=true # activate local oauth "dev"
- ADMIN_SHARED_ID=dev_user # set admin flag for default user on local ouath2
- ADMIN_SHARED_ID=dev_user # set admin flag for default user on local oauth2
- NOTIFY_USERS
- NOTIFY_ADMINS
- TELEGRAM_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion compose-dev-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- DEBUG=true
- ADMIN_PASSWD=password
- AUTH_DEV=true # activate local oauth "dev"
- ADMIN_SHARED_ID=dev_user # set admin flag for default user on local ouath2
- ADMIN_SHARED_ID=dev_user # set admin flag for default user on local oauth2
- POSITIVE_SCORE=false # restricts comment's score to be only positive
- EDIT_TIME=5m # edit window
- AUTH_ANON=true
Expand Down

0 comments on commit 7b28cb9

Please sign in to comment.