Setting up the configuration files and refactoring

This commit is contained in:
2026-03-03 17:07:20 +02:00
parent 7eede1f99b
commit ba02095f32
9 changed files with 36 additions and 24 deletions
-1
View File
@@ -9,7 +9,6 @@ from app.db.models import URL
from app.utils.short_code import generate_short_code
from app.core.config import settings
SHORT_CODE_LENGTH = 6
MAX_GENERATION_ATTEMPTS = 5