Skip to content

Commit

Permalink
Merge pull request #277 from technologiestiftung/staging
Browse files Browse the repository at this point in the history
(staging to prod): feat: improve sample env, add function to check if username is taken
  • Loading branch information
Jaszkowic authored Oct 16, 2024
2 parents bd6ca79 + 7485487 commit f70cad4
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 f70cad4

Please sign in to comment.