Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Apr 21, 2024
1 parent 89da84a commit 206bf05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const Config = {
CLIENT_ID: getEnv("OAUTH_GOOGLE_CLIENT_ID"),
CLIENT_SECRET: getEnv("OAUTH_GOOGLE_CLIENT_SECRET"),

AUTH_CALLBACK_URI_BASE: "http://localhost:3000/auth/callback/",
// AUTH_CALLBACK_URI_BASE: "https://api.reflectionsprojections.org/auth/callback/",
// AUTH_CALLBACK_URI_BASE: "http://localhost:3000/auth/callback/",
AUTH_CALLBACK_URI_BASE: "https://api.reflectionsprojections.org/auth/callback/",

Check failure on line 23 in src/config.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `⏎·······`

JWT_SIGNING_SECRET: getEnv("JWT_SIGNING_SECRET"),
JWT_EXPIRATION_TIME: "1 day",
Expand Down

0 comments on commit 206bf05

Please sign in to comment.