Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][863878] Child process with pid: 863919 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][929763] Child process with pid: 930552 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][973169] Child process with pid: 973661 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][973169] Child process with pid: 999903 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][973169] Child process with pid: 1004579 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][1261084] Child process with pid: 1261467 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][1261084] Child process with pid: 1314538 was killed by signal: 15, core dumped: no
[UID:4249][1261084] Child process with pid: 1314539 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][1261084] Child process with pid: 1314549 was killed by signal: 15, core dumped: no
[UID:4249][1261084] Child process with pid: 1314550 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][1261084] Child process with pid: 1315084 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/passenger_wsgi.py", line 13, in <module>
    from app.main import app as fastapi_app
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/main.py", line 9, in <module>
    from app.api.v1.router import api_router
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/router.py", line 3, in <module>
    from app.api.v1.endpoints import devices, paygo
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/v1/endpoints/devices.py", line 4, in <module>
    from app.api.deps import ApiKey, DbSession
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/api/deps.py", line 6, in <module>
    from app.core.database import get_db
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/database.py", line 4, in <module>
    from app.core.config import settings
  File "/home/haventec/mbiraenergy.havenplustechnologies.co.mw/app/core/config.py", line 61, in <module>
    settings = Settings()
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic_settings/main.py", line 262, in __init__
    super().__init__(**__pydantic_self__.__class__._settings_build_values(sources, init_kwargs))
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/haventec/virtualenv/mbiraenergy.havenplustechnologies.co.mw/3.13/lib/python3.13/site-packages/pydantic/main.py", line 263, in __init__
    validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Settings
  Value error, Refusing to start in production with insecure settings:
  - DEBUG must be False in production. [type=value_error, input_value={'ENVIRONMENT': 'producti...max_token_days': '1000'}, input_type=dict]
    For further information visit https://errors.pydantic.dev/2.13/v/value_error
[UID:4249][1261084] Child process with pid: 1315141 was killed by signal: 15, core dumped: no
