Update dev info

This commit is contained in:
MartinBraquet
2025-09-12 16:42:53 +02:00
parent c653d49691
commit 048e6affbc
3 changed files with 18 additions and 14 deletions

View File

@@ -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}"