validations and dockerfiles are updated
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user