all repos — caroster @ 52ad6be503528baa3feff0e610b44f0f82ffc2a3

[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# Other configs
15
16SENTRY_SERVER_INIT_PATH=.next/server/sentry/initServerSDK.js
17
18MAPBOX_TOKEN=
19MAPBOX_URL=https://api.mapbox.com/
20
21#TOKEN_FREE_TILES_URL=https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
22#TOKEN_FREE_TILES_LAYER_ATTRIBUTION=© <a target="_blank" href="https://www.openstreetmap.org/copyright/en">OpenStreetMap</a> contributors;
23
24# FALLBACK_LANGUAGE=en
25