added .env.example for vite and server folders
This commit is contained in:
15
server/.env.example
Normal file
15
server/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# AUTH
|
||||
BETTER_AUTH_SECRET=
|
||||
BETTER_AUTH_URL=http://localhost:8080
|
||||
CLIENT_URL=http://localhost:3000
|
||||
|
||||
# STRIPE REQUIRED
|
||||
ENCRYPTION_IV=
|
||||
ENCRYPTION_PASSWORD=
|
||||
SERVER_URL=
|
||||
|
||||
# DATABASE
|
||||
DATABASE_URL=
|
||||
|
||||
# IF using external redis
|
||||
# REDIS_URL=redis://valkey:6379
|
||||
Reference in New Issue
Block a user