Skip to content

Commit

Permalink
[project-base] social network login: add default values for ENV clien…
Browse files Browse the repository at this point in the history
…t IDs and secrets (#3348)
  • Loading branch information
vitek-rostislav authored Aug 16, 2024
1 parent 2481674 commit 58a8e19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/.env
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ FORCE_ELASTIC_LIMITS=false
IMG_PROXY_INTERNAL_URL='http://img-proxy:8080'
WEBSERVER_INTERNAL_URL='http://webserver:8080'

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
SEZNAM_CLIENT_ID=
SEZNAM_CLIENT_SECRET=
GOOGLE_CLIENT_ID=id
GOOGLE_CLIENT_SECRET=secret
FACEBOOK_CLIENT_ID=id
FACEBOOK_CLIENT_SECRET=secret
SEZNAM_CLIENT_ID=id
SEZNAM_CLIENT_SECRET=secret

0 comments on commit 58a8e19

Please sign in to comment.