chore: add example environment file and update deployment workflows
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
FRONTEND_PATH=
|
||||
PROJECT_ORG_SLUG=
|
||||
|
||||
SESSION_SECRET=
|
||||
|
||||
DATABASE_URL=
|
||||
|
||||
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
|
||||
CLERK_SECRET_KEY=
|
||||
|
||||
S3_ENDPOINT=
|
||||
S3_BUCKET_NAME=
|
||||
S3_REGION=
|
||||
S3_ACCESS_KEY=
|
||||
S3_SECRET_KEY=
|
||||
S3_PUBLIC_URL=
|
||||
Reference in New Issue
Block a user