Skip to content

Commit

Permalink
stats: open stats CD to 2 more departements
Browse files Browse the repository at this point in the history
  • Loading branch information
laurinehu committed Aug 1, 2024
1 parent e228054 commit 327402f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from ..sentry import sentry_init


load_dotenv()

# Django settings
Expand Down Expand Up @@ -441,7 +440,7 @@
# Kept as a setting to not let User pks or Company asp_ids in clear in the code.
STATS_SIAE_USER_PK_WHITELIST = json.loads(os.getenv("STATS_SIAE_USER_PK_WHITELIST", "[]"))
STATS_SIAE_PK_WHITELIST = json.loads(os.getenv("STATS_SIAE_PK_WHITELIST", "[]"))
STATS_CD_DEPARTMENT_WHITELIST = ["13", "16", "18", "31", "37", "38", "41", "45", "48", "49", "55", "63", "93"]
STATS_CD_DEPARTMENT_WHITELIST = ["02", "13", "16", "18", "31", "37", "38", "41", "45", "48", "49", "55", "63", "93", "94"]
STATS_ACI_DEPARTMENT_WHITELIST = ["31", "84"]

# Slack notifications sent by Metabase cronjobs.
Expand Down

0 comments on commit 327402f

Please sign in to comment.