-
-
Notifications
You must be signed in to change notification settings - Fork 783
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
did you think I forgot about you? :(
- Loading branch information
Showing
266 changed files
with
10,235 additions
and
11,237 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
# NX | ||
NX_CLOUD_ACCESS_TOKEN="NzIyMjllYzgtMzlkYS00N2U4LThjOGItOGU3YzM0OGQyMTk2fHJlYWQtb25seQ==" | ||
# Sqlite database url (you can leave this as is) | ||
DATABASE_URL="file:./dev.db" | ||
|
||
# Database | ||
DATABASE_URL="postgres://username:password@localhost:5432/db_name" | ||
# If you're using turso for the DB, you will need this too | ||
DATABASE_AUTH_TOKEN= | ||
|
||
# Redis | ||
UPSTASH_REDIS_REST_URL="<redis_url>" | ||
UPSTASH_REDIS_REST_TOKEN="<redis_token>" | ||
# Clerk Environment Variables | ||
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= | ||
CLERK_SECRET_KEY= | ||
|
||
# Clerk authentication | ||
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=<publishable-key> | ||
CLERK_SECRET_KEY=<secret-key> | ||
# Don't need to change those | ||
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in | ||
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up | ||
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/app | ||
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/app | ||
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/app | ||
|
||
# Redis (Upstash) | ||
UPSTASH_REDIS_REST_URL= | ||
UPSTASH_REDIS_REST_TOKEN= |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.