Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
a712e49d
Commit
a712e49d
authored
Oct 07, 2016
by
Daniel W Bond
Browse files
moved some things out of secret.py into settings/prod settings, added a couple more fields
parent
f81e49b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/secret.py.template
View file @
a712e49d
...
...
@@ -3,17 +3,14 @@
# used for django's cryptographic signing, 50 characters long
# you can generate one here http://www.miniwebtool.com/django-secret-key-generator/
SECRET_KEY = ''
# These configurations are partially set by default for a local development environment.
# Remember to use a strong passphrase for deployment. Use the username and password you
# configured creating the database while following the README. Change the database name,
# host, or port as necessary for deployment.
DB_NAME = 'roomlist'
DB_USER = ''
# the password that you set when setting up the database
DB_PASSWORD = ''
DB_HOST = 'localhost'
# often left blank
DB_PORT = ''
# the password to send emails-- required only for production
EMAIL_HOST_PASSWORD = ''
# the key to post information to #roomlist via the Slack API
SLACK_WEBHOOK_URL = 'https://hooks.slack.com/services/xxxxxxxxx/xxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxx'
# don't worry-- it gracefully times out if you don't have the key
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment