Merge pull request #850 from AppFlowy-IO/remove-unused-variable

fix: remove unused env variable for appflowy cloud
This commit is contained in:
Bartosz Sypytkowski 2024-09-30 10:29:59 +02:00 committed by GitHub
commit 75c3f0d672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ services:
- APPFLOWY_DATABASE_MAX_CONNECTIONS=${APPFLOWY_DATABASE_MAX_CONNECTIONS}
- APPFLOWY_AI_SERVER_HOST=${APPFLOWY_AI_SERVER_HOST}
- APPFLOWY_AI_SERVER_PORT=${APPFLOWY_AI_SERVER_PORT}
- APPFLOWY_OPENAI_API_KEY=${APPFLOWY_OPENAI_API_KEY}
build:
context: .
dockerfile: Dockerfile