You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 23:17:10 +00:00
feat: added antifraud schema to env
This commit is contained in:
@@ -29,7 +29,8 @@ ALLOWED_HOSTS = env(
|
|||||||
# Integrations
|
# Integrations
|
||||||
|
|
||||||
ANTIFRAUD_ADDRESS = (
|
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
|
# Register healthcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user