Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Jul 19, 2024
1 parent 77fa534 commit 6f5203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_auth/auth_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pydantic_settings import BaseSettings
from pydantic import SecretStr
from pydantic import SecretStr, ConfigDict

DEFAULT_KEY = SecretStr("secret_key")
DEFAULT_DB_URI = "sqlite:///user_management.db"
Expand Down

0 comments on commit 6f5203e

Please sign in to comment.