File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55file_template = %%(year)d-%%(month).2d-%%(day).2d_%%(rev)s
66
77[core]
8- script_location = resumex :database/alembic/versions
8+ script_location = levelup :database/alembic/versions
99
1010# timezone to use when rendering the date
1111# within the migration file as well as the filename.
Original file line number Diff line number Diff line change 1- """API router for ResumeX application."""
1+ """API router for LevelUP application."""
22
33from fastapi import APIRouter
44
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def get_env_tags(tag_list: list[str]) -> dict:
5050ENV : str = config ("ENV" , default = "local" )
5151
5252# FastAPI settings
53- PROJECT_NAME = config ("PROJECT_NAME" , default = "ResumeX " )
53+ PROJECT_NAME = config ("PROJECT_NAME" , default = "LevelUP " )
5454API_V1_STR = config ("API_V1_STR" , default = "/api/v1" )
5555
5656# CORS settings
You can’t perform that action at this time.
0 commit comments