Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 27, 2024
1 parent 100e3ee commit c48b402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/app_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
ext_proxy_fix,
ext_redis,
ext_sentry,
ext_set_secretkey,
ext_storage,
ext_timezone,
ext_warnings, ext_set_secretkey,
ext_warnings,
)


Expand Down
2 changes: 1 addition & 1 deletion api/extensions/ext_set_secretkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


def init_app(app: DifyApp):
app.secret_key = dify_config.SECRET_KEY
app.secret_key = dify_config.SECRET_KEY

0 comments on commit c48b402

Please sign in to comment.