Clone starter

This commit is contained in:
2024-03-07 15:31:41 +01:00
commit 1b7ee20d05
87 changed files with 17015 additions and 0 deletions

12
.env.example Normal file
View File

@ -0,0 +1,12 @@
MONGODB_URI=mongodb://username:password@localhost:27017
DB_NAME=turbopress
ASTRO_PORT=3001
PAYLOAD_PORT=3000
PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
PAYLOAD_SECRET=37aecd563edc5550a44bbf1e
PAYLOAD_CONFIG_PATH=src/payload.config.ts
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_REGION=
S3_BUCKET=
S3_ENDPOINT=