feat: added antifraud schema to env

This commit is contained in:
ITQ
2025-01-26 18:40:23 +03:00
parent c0ba2ab947
commit 32132c43fb
+2 -1
View File
@@ -29,7 +29,8 @@ ALLOWED_HOSTS = env(
# Integrations
ANTIFRAUD_ADDRESS = (
f"http://{env('ANTIFRAUD_ADDRESS', default='http://localhost:9090')}"
f"{env('ANTIFRAUD_SCHEMA', default='http')}://"
f"{env('ANTIFRAUD_ADDRESS', default='localhost:9090')}"
)
# Register healthcheck