Skip to content

Commit

Permalink
chore: add dummy credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 21, 2021
1 parent 5549179 commit 3f5e92a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ APP_CHECK_URL_REACH=0
# Authorization: Bearer <token>
#
APP_ADMIN_TOKEN=qazwsxedcrfvtgbyhnujmikolp

#
# OpenID credentials
GOOGLE_CLIENT_ID=x
GOOGLE_CLIENT_SECRET=x
MICROSOFT_TENANT_ID=x
MICROSOFT_CLIENT_ID=x
MICROSOFT_CLIENT_SECRET=x
YAHOO_CLIENT_ID=x
YAHOO_CLIENT_SECRET=x

0 comments on commit 3f5e92a

Please sign in to comment.