Skip to content

Commit

Permalink
set CEM platform to NP (#136)
Browse files Browse the repository at this point in the history
CPCN-374
  • Loading branch information
petrjasek authored Oct 19, 2023
1 parent f5d8ec5 commit d74cf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@

CEM_URL = os.environ.get("CEM_URL", "")
CEM_APIKEY = os.environ.get("CEM_APIKEY", "")
CEM_PLATFORM = os.environ.get("CEM_PLATFORM", "NewsPro")
CEM_PLATFORM = os.environ.get("CEM_PLATFORM", "NP")
CEM_VERIFY_TLS = strtobool(os.environ.get("CEM_VERIFY_TLS", "off"))
CEM_TIMEOUT = int(os.environ.get("CEM_TIMEOUT") or 10)

Expand Down

0 comments on commit d74cf83

Please sign in to comment.