feat: implement initial fullstack portfolio application including dashboard, CMS, and analytics features.
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
DATABASE_URL="postgresql://user:pass@localhost:5432/db_name?schema=public"
|
||||
|
||||
JWT_SECRET=
|
||||
|
||||
R2_TOKEN=
|
||||
R2_ACCESS_KEY=
|
||||
R2_SECRET_KEY=
|
||||
R2_ENDPOINT=
|
||||
R2_BUCKET_NAME=
|
||||
|
||||
IMAGE_URL=
|
||||
Reference in New Issue
Block a user