You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 22:07:12 +00:00
feat: added antifraud schema to env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user