mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-01 18:38:18 -05:00
32 lines
1.3 KiB
Plaintext
32 lines
1.3 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 (dev).
|
|
# A 16-character password with digits and letters.
|
|
SUPABASE_DB_PASSWORD=09wATRREfAzyL5pc
|
|
|
|
# For Firebase access.
|
|
# Open a GitHub issue with your contribution ideas and an admin will give you the key.
|
|
# TODO: find a way to give anyone moderate access to dev firebase.
|
|
GOOGLE_APPLICATION_CREDENTIALS_DEV="[...].json"
|
|
|
|
# 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= |