mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Temporarily set environment to test_suite
This commit is contained in:
parent
64d3bd9c4f
commit
bb3a11ad00
1 changed files with 2 additions and 1 deletions
|
@ -798,9 +798,10 @@ class Config(object):
|
||||||
Upgrades config file from previous verisions and bumps up config version
|
Upgrades config file from previous verisions and bumps up config version
|
||||||
"""
|
"""
|
||||||
|
|
||||||
## Temporarily disable analytics for python3 branch
|
## Temporarily disable analytics for python3 branch and set environment to testing
|
||||||
## TODO: Remove before pushing to nightly
|
## TODO: Remove before pushing to nightly
|
||||||
self.SYSTEM_ANALYTICS = 0
|
self.SYSTEM_ANALYTICS = 0
|
||||||
|
self.HTTP_ENVIRONMENT = 'test_suite'
|
||||||
|
|
||||||
if self.CONFIG_VERSION == 0:
|
if self.CONFIG_VERSION == 0:
|
||||||
# Separate out movie and tv notifications
|
# Separate out movie and tv notifications
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue