Add supabase dev key

This commit is contained in:
MartinBraquet
2025-09-12 20:06:20 +02:00
parent 42dcc3318c
commit e2cbae3089

View File

@@ -3,14 +3,14 @@
# Optional variables for the backend server functionality (modifying user data, etc.)
# For database write access.
# For database write access (dev).
# 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=
SUPABASE_DB_PASSWORD=09wATRREfAzyL5pc
# For Firebase access. An admin will set up a service account for you and give you the JSON file.
# 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"
GOOGLE_APPLICATION_CREDENTIALS_PROD="${GOOGLE_APPLICATION_CREDENTIALS_DEV}"
# The URL where your local backend server is running.
# You can change the port if needed.