diff --git a/.env.local.example b/.env.local.example new file mode 100644 index 0000000..e041e17 --- /dev/null +++ b/.env.local.example @@ -0,0 +1,9 @@ +NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= +CLERK_SECRET_KEY= + +NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in +NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up +NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/onboarding +NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/ + +MONGODB_URL= \ No newline at end of file