Skip to content

Commit 726fb28

Browse files
trim whitespace
1 parent 2784e85 commit 726fb28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ services:
1313
mode: ingress
1414
environment:
1515
FLASK_APP: app.py
16-
SECRET_KEY:
17-
SEGMENT_WRITE_KEY:
16+
SECRET_KEY:
17+
SEGMENT_WRITE_KEY:
1818
SESSION_COOKIE_SECURE: 1
1919
OPENAI_API_KEY: ${OPENAI_API_KEY} # Set your OpenAI API key here or in the .env file
2020
command: uwsgi --http 0.0.0.0:5050 --wsgi-file app.py --callable app --processes 4 --threads 2

0 commit comments

Comments
 (0)