cabot/conf/development.env.example

56 lines
1.5 KiB
Plaintext
Raw Normal View History

2014-01-05 17:24:04 +00:00
DEBUG=t
DATABASE_URL=sqlite:///dev.db
DJANGO_SETTINGS_MODULE=cabot.settings
2014-01-05 17:24:04 +00:00
HIPCHAT_URL=https://api.hipchat.com/v1/rooms/message
LOG_FILE=/dev/null
PORT=5001
# You shouldn't need to change anything above this line
2014-07-14 10:47:28 +02:00
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
2014-07-14 10:48:53 +02:00
TIME_ZONE=Etc/UTC
2014-07-14 10:47:28 +02:00
2014-01-05 17:24:04 +00:00
# Django admin email
ADMIN_EMAIL=you@example.com
2014-01-05 20:26:15 +00:00
CABOT_FROM_EMAIL=cabot@example.com
2014-01-05 17:24:04 +00:00
# URL of calendar to synchronise rota with
CALENDAR_ICAL_URL=http://www.google.com/calendar/ical/example.ics
# Django settings
CELERY_BROKER_URL=redis://:yourrediskey@localhost:6379/1
DJANGO_SECRET_KEY=2FL6ORhHwr5eX34pP9mMugnIOd3jzVuT45f7w430Mt5PnEwbcJgma0q8zUXNZ68A
# Hostname of your Graphite server instance
GRAPHITE_API=http://graphite.example.com/
GRAPHITE_USER=username
GRAPHITE_PASS=password
2014-08-07 09:56:22 +02:00
# From parameter for the graphite request. If not defined, by default take -10 minutes
# GRAPHITE_FROM=-10minute
2014-01-05 17:24:04 +00:00
# Hipchat integration
HIPCHAT_ALERT_ROOM=48052
HIPCHAT_API_KEY=your_hipchat_api_key
# Jenkins integration
JENKINS_API=https://jenkins.example.com/
JENKINS_USER=username
JENKINS_PASS=password
# SMTP settings
SES_HOST=email-smtp.us-east-1.amazonaws.com
SES_USER=username
SES_PASS=password
SES_PORT=465
# Twilio integration for SMS and telephone alerts
TWILIO_ACCOUNT_SID=your_account_sid
TWILIO_AUTH_TOKEN=your_auth_token
TWILIO_OUTGOING_NUMBER=+14155551234
# Used for pointing links back in alerts etc.
WWW_HTTP_HOST=localhost
WWW_SCHEME=http