Files
notification/services/auth/config/settings/production.py
A'zamov Samandar dd0da49eb9 auth service created
2025-04-19 14:58:55 +05:00

7 lines
233 B
Python

from config.settings.common import * # noqa
from config.settings.common import ALLOWED_HOSTS, REST_FRAMEWORK
ALLOWED_HOSTS += ["192.168.100.26", "80.90.178.156"]
REST_FRAMEWORK["DEFAULT_THROTTLE_RATES"] = {"user": "60/min"}