Skip to content

Commit

Permalink
fix: database url
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Feb 26, 2024
1 parent fc6fd2b commit b3fc9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelu/internal/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Settings(BaseSettings):
UPLOAD_FILE_MAX_SIZE = 200_000_000 # ~200MB
THUMBNAIL_HEIGH_PIXEL = 120

DATABASE_URL: str = f"sqlite:///{BASE_DATA_DIR}/labelu_test.sqlite"
DATABASE_URL: str = f"sqlite:///{BASE_DATA_DIR}/labelu.sqlite"

PASSWORD_SECRET_KEY = (
"e5b7d00a59aaa2a5ea86a7c4d72f856b20bafa1b8d0e66124082ada81f6340bd"
Expand Down

0 comments on commit b3fc9ad

Please sign in to comment.