File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ NEXT_PUBLIC_API_BASE_URL="http://127.0.0.1:4000"
44NEXT_PUBLIC_API_GRAPHQL_URL = " http://127.0.0.1:4000/graphql"
55# TODO switch to base path (https://linear.app/omnidev/issue/OMNI-254/move-apiauth-paths-to-base-path-or-subpath-eg-auth)
66NEXT_PUBLIC_AUTH_ISSUER = " https://localhost:8000/api/auth"
7+ # OAuth client credentials, must match an allowed OAuth application in the IDP
8+ AUTH_CLIENT_ID = " mock-backfeed-app-client-id"
9+ AUTH_CLIENT_SECRET = " mock-backfeed-app-client-secret"
710
811# payment processing
912# whether to connect to Polar's sandbox environment (https://docs.polar.sh/integrate/sandbox)
@@ -12,7 +15,3 @@ NEXT_PUBLIC_ENABLE_POLAR_SANDBOX="true"
1215# emails
1316NEXT_PUBLIC_FROM_EMAIL_ADDRESS = " [email protected] " 1417NEXT_PUBLIC_TO_EMAIL_ADDRESS = " [email protected] " 15-
16- # OAuth client credentials, must match an allowed OAuth application in the IDP
17- AUTH_CLIENT_ID = " mock-backfeed-app-client-id"
18- AUTH_CLIENT_SECRET = " mock-backfeed-app-client-secret"
You can’t perform that action at this time.
0 commit comments