mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 06:57:10 -05:00
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
# Server
|
|
PORT=3000
|
|
NODE_ENV=production
|
|
|
|
# Authentication (Clerk)
|
|
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
|
|
CLERK_SECRET_KEY=your_clerk_secret_key_here
|
|
|
|
# Deployment
|
|
DEPLOYMENT_TARGET=production
|