Skip to content

Commit

Permalink
Adds mirror's environment variables to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Jun 4, 2024
1 parent a65bb35 commit 8681a53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# API
DATABASE_URL=postgres://minhareceita:minhareceita@postgres:5432/minhareceita?sslmode=disable

# Tests
TEST_DATABASE_URL=postgres://minhareceita:minhareceita@postgres_test:5555/minhareceita?sslmode=disable

# Mirror
ENDPOINT_URL=https://nyc3.digitaloceanspaces.com
AWS_ACCESS_KEY_ID=access-key
AWS_SECRET_ACCESS_KEY=secret-access-key
AWS_DEFAULT_REGION=us-east-1
BUCKET=bucket-name
PUBLIC_DOMAIN=public-url-with-leading-slash

0 comments on commit 8681a53

Please sign in to comment.