Skip to content

Commit

Permalink
🚀 Remove prefix from required env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys authored Dec 25, 2024
1 parent 6eaf965 commit c4f09c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
- SERVICE_FQDN_OWR_4000
- NODE_ENV=production
- DATABASE_URL=postgres://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
- PREFIX=${PREFIX:-api/v1/}
- FILESYSTEM=${FILESYSTEM:-local}
- ADMIN_KEY=${ADMIN_KEY}
- S3_ENDPOINT=${S3_ENDPOINT}
Expand Down

0 comments on commit c4f09c1

Please sign in to comment.