mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2026-03-13 10:09:56 +08:00
* chore: support develop web with localhost without nginx * chore: update script * docs: update readme * docs: update readme * chore: ignore test_embedding_when_create_document
16 lines
527 B
Plaintext
16 lines
527 B
Plaintext
# Copy this file to .env.dev.secret and replace the placeholder values with your
|
|
# actual secrets. The generate_env.sh script will merge these values into your
|
|
# chosen base environment file (deploy.env or dev.env).
|
|
#
|
|
# Usage:
|
|
# cp env.dev.secret.example .env.dev.secret
|
|
# # Edit .env.dev.secret with your real values
|
|
# ./script/generate_env.sh
|
|
# # Select "dev.env" when prompted
|
|
|
|
# OAuth Providers (optional)
|
|
GOTRUE_EXTERNAL_GOOGLE_CLIENT_ID=
|
|
GOTRUE_EXTERNAL_GOOGLE_SECRET=
|
|
|
|
# AI Features (optional)
|
|
AI_OPENAI_API_KEY= |