validations and dockerfiles are updated

This commit is contained in:
2025-01-10 12:40:52 +03:00
parent f4f9e584ff
commit 4eb95e4d9c
107 changed files with 400185 additions and 1338 deletions

View File

@@ -8,6 +8,9 @@ from .emailConfigs import (
)
from .configs import (
Config,
Auth,
ApiStatic,
RelationAccess,
)
__all__ = [
@@ -16,6 +19,9 @@ __all__ = [
"MongoConfig",
"EmailConfig",
"Config",
"Auth",
"ApiStatic",
"RelationAccess",
]
# from api_configs.configs import (

View File

@@ -34,6 +34,11 @@ class Config:
DESCRIPTION = "This api is serves as web api gateway only to evyos web services."
APP_URL = "https://www.wag.eys.gen.tr"
# Timezone Configuration
DEFAULT_TIMEZONE = "GMT+3" # Default timezone for the application
SYSTEM_TIMEZONE = "GMT+0" # System timezone (used for internal operations)
SUPPORTED_TIMEZONES = ["GMT+0", "GMT+3"] # List of supported timezones
class ApiStatic:
PLACEHOLDER = "https://s.tmimgcdn.com/scr/800x500/276800/building-home-nature-logo-vector-template-3_276851-original.jpg"