Initial commit of template
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
PORT=8080
|
||||
NODE_ENV=development
|
||||
API_PREFIX=/api
|
||||
CORS_ORIGIN=*
|
||||
LOG_LEVEL=debug
|
||||
PROJECT_ID=template-project
|
||||
DATABASE_URL=libsql://your-db.turso.io
|
||||
DATABASE_AUTH_TOKEN=replace-me
|
||||
S3_ENDPOINT=https://t3.storage.dev
|
||||
S3_BUCKET=replace-me
|
||||
S3_PREFIX=backends/template-project/
|
||||
S3_ACCESS_KEY_ID=replace-me
|
||||
S3_SECRET_ACCESS_KEY=replace-me
|
||||
S3_SESSION_TOKEN=
|
||||
Reference in New Issue
Block a user