Skip to content

Commit

Permalink
Add settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Apr 2, 2024
1 parent b597204 commit 5e0b859
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 @@ -527,6 +527,9 @@
if ADSERVER_ANALYZER_BACKEND and ext:
INSTALLED_APPS.append("ethicalads_ext.embedding")

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 5e0b859

Please sign in to comment.