Skip to content

Commit f70cad4

Browse files
authored
Merge pull request #277 from technologiestiftung/staging
(staging to prod): feat: improve sample env, add function to check if username is taken
2 parents bd6ca79 + 7485487 commit f70cad4

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

supabase/.env.sample

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
# CORS settings
12
ALLOWED_ORIGIN=http://localhost:5173
2-
SMTP_HOST=...
3-
SMTP_USER=...
4-
SMTP_PASSWORD=...
5-
SMTP_FROM=...
6-
SMTP_PORT=...
3+
4+
# The URL to the GeoJson file of the pumps
5+
PUMPS_URL=http://127.0.0.1:54321/storage/v1/object/public/data_assets/pumps.geojson
6+
7+
# SMTP settings for sending emails (for the contact feature)
8+
SMTP_HOST=host.docker.internal
9+
SMTP_USER=""
10+
SMTP_PASSWORD=""
11+
12+
SMTP_PORT=1025
13+
SMTP_SECURE=false

0 commit comments

Comments
 (0)