Additional defaults for dev.

(imported from commit 1b4bd71ff4ed27a83a24e58e797d900a7869c72d)
This commit is contained in:
Luke Faraone 2015-06-10 11:28:58 -07:00
parent 494d02cc35
commit 48f1a84d6e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ TESTING_DEPLOYED = DEPLOYED and config_file.get('machine', 'deploy_type') == 'te
ENTERPRISE = DEPLOYED and config_file.get('machine', 'deploy_type') == 'enterprise' ENTERPRISE = DEPLOYED and config_file.get('machine', 'deploy_type') == 'enterprise'
# Make this unique, and don't share it with anybody. # Make this unique, and don't share it with anybody.
SECRET_KEY = getsecret("secret_key") SECRET_KEY = getsecret("secret_key") if DEPLOYED else "foobar"
# Use this salt to hash a user's email into a filename for their user-uploaded # Use this salt to hash a user's email into a filename for their user-uploaded
# avatar. If this salt is discovered, attackers will only be able to determine # avatar. If this salt is discovered, attackers will only be able to determine