Files
Compass/.env.example
MartinBraquet 048e6affbc Update dev info
2025-09-12 16:42:53 +02:00

32 lines
1.4 KiB
Plaintext

# Rename this file to `.env` and fill in the values.
# You already have access to basic local functionality (UI, authentication, database read access).
# Optional variables for the backend server functionality (modifying user data, etc.)
# For database write access.
# A 16-character password with digits and letters.
# Open a GitHub issue with your contribution ideas and an admin will give you the key to the dev database.
SUPABASE_DB_PASSWORD=
# For Firebase access. An admin will set up a service account for you and give you the JSON file.
GOOGLE_APPLICATION_CREDENTIALS_DEV="[...].json"
GOOGLE_APPLICATION_CREDENTIALS_PROD="${GOOGLE_APPLICATION_CREDENTIALS_DEV}"
# The URL where your local backend server is running.
# You can change the port if needed.
NEXT_PUBLIC_API_URL=localhost:8088
# Optional variables for full local functionality
# For the location / distance filtering features.
# Create a free account at https://rapidapi.com/wirefreethought/api/geodb-cities and get an API key.
GEODB_API_KEY=
# For analytics like page views, user actions, feature usage, etc.
# Create a free account at https://posthog.com and get a project API key. Should start with "phc_".
POSTHOG_KEY=
# For sending emails (e.g. for user sign up, password reset, notifications, etc.).
# Create a free account at https://resend.com and get an API key. Should start with "re_".
RESEND_API_KEY=