Skip to content

Commit 5cc9367

Browse files
chore: set default environment to production
1 parent bdf859f commit 5cc9367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Settings(BaseSettings):
3232
ANNOUNCEMENT_HTML: str = ""
3333
AUTO_UPDATE_CATALOGS: bool = True
3434
CATALOG_REFRESH_INTERVAL_SECONDS: int = 43200 # 12 hours
35-
APP_ENV: Literal["development", "production", "vercel"] = "development"
35+
APP_ENV: Literal["development", "production", "vercel"] = "production"
3636
HOST_NAME: str = "https://1ccea4301587-watchly.baby-beamup.club"
3737

3838
RECOMMENDATION_SOURCE_ITEMS_LIMIT: int = 10

0 commit comments

Comments
 (0)