Skip to content

Commit

Permalink
Add settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Sep 9, 2024
1 parent 375801c commit a605c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,9 @@
if ext:
INSTALLED_APPS.append("ethicalads_ext.support")

ADSERVER_ANALYZER_MODEL = env("ADSERVER_ANALYZER_MODEL", default="v1")
ADSERVER_ANALYZER_MODEL_HOME = env("ADSERVER_ANALYZER_MODEL_HOME", default="/tmp")

# Whether Do Not Track is enabled for the ad server
ADSERVER_DO_NOT_TRACK = False

Expand Down

0 comments on commit a605c5e

Please sign in to comment.