Skip to content

Commit

Permalink
set longer secret in test and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Kukrál committed Jan 11, 2018
1 parent 435d482 commit 2d07a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kqueen/config/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Config(BaseConfig):
LOG_LEVEL = 'DEBUG'

# App secret
SECRET_KEY = 'secret'
SECRET_KEY = 'SecretSecretSecret123'

# Jenkins engine settings
JENKINS_API_URL = 'https://ci.mcp.mirantis.net'
Expand Down
2 changes: 1 addition & 1 deletion kqueen/config/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Config(BaseConfig):
LOG_LEVEL = 'DEBUG'

# App secret
SECRET_KEY = 'secret'
SECRET_KEY = 'SecretSecretSecret123'

# Etcd settings
ETCD_PREFIX = '/kqueen_test'
Expand Down

0 comments on commit 2d07a4b

Please sign in to comment.