Skip to content

Commit 21f6424

Browse files
committed
update fernet secret
1 parent 06b5b8d commit 21f6424

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

bases/rsptx/web2py_server/applications/runestone/controllers/peer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,4 +1088,4 @@ def _call_openai(messages):
10881088
logger.warning(f"PEER LLM CALL | provider=openai-course-token | model={model}")
10891089
resp.raise_for_status()
10901090
data = resp.json()
1091-
return data["choices"][0]["message"]["content"].strip()
1091+
return data["choices"][0]["message"]["content"].strip()

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ services:
183183
- DBURL=${DC_DBURL:-$DBURL}?ssl=disable
184184
- LOAD_BALANCER_HOST=${LOAD_BALANCER_HOST}
185185
- JWT_SECRET=${JWT_SECRET}
186+
- FERNET_SECRET=${FERNET_SECRET}
186187
- WEB2PY_PRIVATE_KEY=${WEB2PY_PRIVATE_KEY}
187188
- ACADEMY_MODE=True
188189
- USE_MASTER_AUTHOR=${USE_MASTER_AUTHOR:-False}

0 commit comments

Comments
 (0)