# 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 when following the README. Change the database, name, host, or port as necessary for deployment.
# 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 when following the
# README. Change the database, name, host, or port as necessary for deployment.
DB_NAME = 'bookshare'
DB_USER = 'bookworm'
DB_PASSWORD = ''
...
...
@@ -16,10 +17,12 @@ DB_HOST = 'localhost'
DB_PORT = ''
# configurations for your piwik tracking server
# if you do not set these, the tracking js will silently break
PIWIK_SITE_ID = ''
PIWIK_URL = ''
# configurations to send email via Amazon SES
# if you do not set these, you simply won't be able to mark listings sold