all repos — caroster @ main

[Octree] Group carpool to your event https://caroster.io

frontend/.env.example (view raw)

 1# Targeted backend URL
 2STRAPI_URL=http://localhost:1337
 3
 4# NextAuth config
 5
 6NEXTAUTH_SECRET=gewrsdfhgfh
 7NEXTAUTH_URL=http://localhost:3000/api/nauth
 8
 9# Google authentication config
10
11GOOGLE_CLIENT_ID=
12GOOGLE_CLIENT_SECRET=
13
14# Sentry
15SENTRY_SERVER_INIT_PATH=.next/server/sentry/initServerSDK.js
16
17# Geo features
18MAPBOX_TOKEN=
19MAPBOX_URL=https://api.mapbox.com/
20#TOKEN_FREE_TILES_URL=https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
21#TOKEN_FREE_TILES_LAYER_ATTRIBUTION=© <a target="_blank" href="https://www.openstreetmap.org/copyright/en">OpenStreetMap</a> contributors;
22
23# Translation
24#NEXT_PUBLIC_TOLGEE_API_URL=https://app.tolgee.io
25#NEXT_PUBLIC_TOLGEE_API_KEY=TOLGEE_API_KEY
26#FALLBACK_LANGUAGE=en
27