Skip to content

Commit 79cc52e

Browse files
committed
refactor: move missing files
1 parent 7df4ec8 commit 79cc52e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
file_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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""API router for ResumeX application."""
1+
"""API router for LevelUP application."""
22

33
from fastapi import APIRouter
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_env_tags(tag_list: list[str]) -> dict:
5050
ENV: 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")
5454
API_V1_STR = config("API_V1_STR", default="/api/v1")
5555

5656
# CORS settings

0 commit comments

Comments
 (0)