Skip to content

Commit

Permalink
Attempt to get google-auth going.
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Oct 12, 2022
1 parent afdb8e1 commit 2cc8d2e
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 94 deletions.
2 changes: 2 additions & 0 deletions google-app-engine/app.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ env_variables:
SMTP_SERVER: 'xxx.xx:2020'
SMTP_USERNAME: 'testing'
SMTP_PASSWORD: '123'
GOOGLE_CLIENT_ID: 'XXXXXX'
GOOGLE_CLIENT_SECRET: 'XXXXXX'

handlers:

Expand Down
Loading

0 comments on commit 2cc8d2e

Please sign in to comment.