Skip to content

Commit ea912fa

Browse files
committed
Latest Release
1 parent a76054a commit ea912fa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.env-sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ RATE_LIMIT_PER_MINUTE=60
88
CACHE_MAX_AGE_SECONDS=3600
99
ADMIN_PASSWORD=change-me
1010
ADMIN_LOCK_STEP_SECONDS=300
11+
FILE_ID_LENGTH=7

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from app.core.metrics import metrics
1414
from app.db import engine, init_db
1515

16-
app = FastAPI(title="AlterBase CDN API", version="3.0.0")
16+
app = FastAPI(title="AlterBase CDN API", version="3.5.0")
1717

1818
logging.basicConfig(level=logging.INFO)
1919
logger = logging.getLogger("image_uploader")

0 commit comments

Comments
 (0)