Skip to content

Commit a769638

Browse files
committed
chore(env,dev): reorder env vars
1 parent f35b302 commit a769638

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.env.development

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ NEXT_PUBLIC_API_BASE_URL="http://127.0.0.1:4000"
44
NEXT_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)
66
NEXT_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
1316
NEXT_PUBLIC_FROM_EMAIL_ADDRESS="[email protected]"
1417
NEXT_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"

0 commit comments

Comments
 (0)