Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #62 from automationator/master
Browse files Browse the repository at this point in the history
Sets auto create values to more sane defaults
  • Loading branch information
automationator committed May 17, 2019
2 parents deae783 + ff1c97d commit f3f3aa1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions services/web/project/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ class BaseConfig:

CAMPAIGN_AUTO_CREATE_CAMPAIGNALIAS = True

INDICATOR_AUTO_CREATE_CAMPAIGN = True
INDICATOR_AUTO_CREATE_INDICATORCONFIDENCE = True
INDICATOR_AUTO_CREATE_INDICATORIMPACT = True
INDICATOR_AUTO_CREATE_INDICATORSTATUS = True
INDICATOR_AUTO_CREATE_INDICATORTYPE = True
INDICATOR_AUTO_CREATE_CAMPAIGN = False
INDICATOR_AUTO_CREATE_INDICATORCONFIDENCE = False
INDICATOR_AUTO_CREATE_INDICATORIMPACT = False
INDICATOR_AUTO_CREATE_INDICATORSTATUS = False
INDICATOR_AUTO_CREATE_INDICATORTYPE = False
INDICATOR_AUTO_CREATE_INTELREFERENCE = True
INDICATOR_AUTO_CREATE_TAG = True

INTELREFERENCE_AUTO_CREATE_INTELSOURCE = True
INTELREFERENCE_AUTO_CREATE_INTELSOURCE = False


class DevelopmentConfig(BaseConfig):
Expand Down

0 comments on commit f3f3aa1

Please sign in to comment.