Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 1 addition & 11 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
DATABASE_URL="postgresql://postgres:password@localhost:5432/app"

# Development
AWS_ACCESS_KEY_ID="admin"
AWS_SECRET_ACCESS_KEY="password"
AWS_REGION="ap-southeast-1"
AWS_S3_ENDPOINT="http://localhost:9000"
AWS_S3_BUCKET="app"
FORCE_PATH_STYLE="true"

REDIS_URL="redis://redis:password@localhost:6379"
DATABASE_URL="postgresql://postgres:password@localhost:5432/app"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# dependencies
/node_modules
/.pnp
/.pnp-store
.pnp.*
.yarn/*
!.yarn/patches
Expand Down
Loading
Loading