File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,6 @@ jobs:
101101 --set env.DB_PASS="$DB_PASS" \
102102 --set env.DB_SSLMODE="$DB_SSLMODE" \
103103 --set env.SERVICE_BUS_CONNECTION_STR="$SERVICE_BUS_CONNECTION_STR" \
104- --set env.GOOGLE_CLIENT_ID="$GOOGLE_CLIENT_ID" \
105- --set env.GOOGLE_CLIENT_SECRET="$GOOGLE_CLIENT_SECRET" \
104+ --set env.GOOGLE_CLIENT_ID="$GOOGLE_CLIENT_ID" \
105+ --set env.GOOGLE_CLIENT_SECRET="$GOOGLE_CLIENT_SECRET" \
106106 -f ci-values.yaml
Original file line number Diff line number Diff line change 2727SECRET_KEY = os .getenv ("FLASK_SECRET_KEY" , "dev_secret_key" ) # Should be set in production
2828
2929app .secret_key = SECRET_KEY
30+ app .config ['PREFERRED_URL_SCHEME' ] = 'https'
3031
3132oauth = OAuth (app )
3233oauth .register (
You can’t perform that action at this time.
0 commit comments