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
500 B
Plaintext
16 lines
500 B
Plaintext
# Copy this file to .env.deploy.secret and replace the placeholder values with
|
|
# your actual production secrets. Use this with deploy.env as your base environment.
|
|
#
|
|
# Usage:
|
|
# cp env.deploy.secret.example .env.deploy.secret
|
|
# # Edit .env.deploy.secret with your real production values
|
|
# ./script/generate_env.sh
|
|
# # Select "deploy.env" when prompted
|
|
#
|
|
|
|
# OAuth Providers (optional)
|
|
GOTRUE_EXTERNAL_GOOGLE_CLIENT_ID=
|
|
GOTRUE_EXTERNAL_GOOGLE_SECRET=
|
|
|
|
# AI Features (optional)
|
|
AI_OPENAI_API_KEY= |