Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/app/config/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

"""Name of the favicon file in the static directory"""
DB_SESSION_DEPENDENCY_KEY = "db_session"
"""The name of the key used for dependency injection of the database
session."""
Expand All @@ -21,7 +20,5 @@
"""The site index URL."""
OPENAPI_SCHEMA = "/schema"
"""The URL path to use for the OpenAPI documentation."""
DEFAULT_USER_ROLE = "Application Access"
"""The name of the default role assigned to all users."""
SUPERUSER_ACCESS_ROLE = "Superuser"
"""The name of the super user role."""
Loading