Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JONG-KYEONG committed Jul 5, 2024
1 parent 2f31872 commit adafb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ spring.security.oauth2.client.registration.google.scope=email,profile

spring.security.oauth2.client.registration.github.client-id=${GITHUB_ID}
spring.security.oauth2.client.registration.github.client-secret=${GITHUB_SECRET}
spring.security.oauth2.client.registration.github.redirect-uri=http://localhost:8080/oauth2/callback/github
spring.security.oauth2.client.registration.github.redirect-uri=https://port-0-glog-ly8kvahp40d24095.sel5.cloudtype.app/oauth2/callback/github
spring.security.oauth2.client.registration.github.scope=user:email,read:user

app.auth.tokenSecret=04ca023b39512e46d0c2cf4b48d5aac61d34302994c87ed4eff225dcf3b0a218739f3897051a057f9b846a69ea2927a587044164b7bae5e1306219d50b588cb1
app.auth.tokenExpirationMsec = 864000000
app.cors.allowedOrigins=https://gloog.vercel.app,http://localhost:3000,http://localhost:8080
app.cors.allowedOrigins=https://gloog.vercel.app,http://localhost:3000,http://localhost:8080,https://port-0-glog-ly8kvahp40d24095.sel5.cloudtype.app/
app.oauth2.authorizedRedirectUris=https://gloog.vercel.app/oauth2/redirect,http://localhost:3000/oauth2/redirect,myandroidapp://oauth2/redirect,myiosapp://oauth2/redirect

app.GitHub.gitHubToken=${GITHUB_TOKEN}
Expand Down

0 comments on commit adafb47

Please sign in to comment.