Skip to content

Commit 357584f

Browse files
author
CarlosAndreo
committed
add: example secret key
1 parent 612fff0 commit 357584f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Settings(BaseSettings):
99
# FastAPI Configuration
10-
SECRET_KEY: str
10+
SECRET_KEY: str = "your_secret_key"
1111
JWT_ALGORITHM: str = "HS256"
1212
ACCESS_TOKEN_EXPIRE_MINUTES: int = 10080 # 7 days
1313

0 commit comments

Comments
 (0)