mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-20 07:44:01 -05:00
Update dev info
This commit is contained in:
17
.env.example
17
.env.example
@@ -1,25 +1,14 @@
|
||||
# Rename this file to `.env` and fill in the values.
|
||||
|
||||
# Required variables for basic local functionality
|
||||
|
||||
# For database read access.
|
||||
# Ask the project admin. Should start with "eyJh".
|
||||
NEXT_PUBLIC_SUPABASE_KEY=
|
||||
|
||||
# For authentication.
|
||||
# Ask the project admin. Should start with "AIza".
|
||||
NEXT_PUBLIC_FIREBASE_API_KEY=
|
||||
|
||||
# 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.
|
||||
# Ideally this secret should not be shared, even to the developers.
|
||||
# TODO: set up local Postgres instead of Supabase for local development, add instructions to README, and remove this variable.
|
||||
# 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.
|
||||
# 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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user