Skip to content

Commit

Permalink
feat: improve sample env (#276)
Browse files Browse the repository at this point in the history
* feat: improve sample env

* chore: path to pumps
  • Loading branch information
Jaszkowic authored Oct 16, 2024
1 parent c2a1fd5 commit 7485487
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions supabase/.env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CORS settings
ALLOWED_ORIGIN=http://localhost:5173
SMTP_HOST=...
SMTP_USER=...
SMTP_PASSWORD=...
SMTP_FROM=...
SMTP_PORT=...

# The URL to the GeoJson file of the pumps
PUMPS_URL=http://127.0.0.1:54321/storage/v1/object/public/data_assets/pumps.geojson

# SMTP settings for sending emails (for the contact feature)
SMTP_HOST=host.docker.internal
SMTP_USER=""
SMTP_PASSWORD=""
SMTP_FROM=your_mail@test.com
SMTP_PORT=1025
SMTP_SECURE=false

0 comments on commit 7485487

Please sign in to comment.