Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 authored Oct 8, 2024
1 parent 36bc014 commit a5bd65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .framework/python/backend/app/core/settings/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AppSettings(BaseAppSettings):
max_connection_count: int = 5
min_connection_count: int = 5

secret_key: SecretStr = SecretStr("e6F9KvS:D=f4dyXj")
secret_key: SecretStr = SecretStr("e6F9KvSDf4dyXj")

api_prefix: str = "/api"

Expand Down

0 comments on commit a5bd65d

Please sign in to comment.