зеркало из https://github.com/mozilla/treeherder.git
14 строки
511 B
Bash
14 строки
511 B
Bash
export PATH="/home/vagrant/python/bin:$PATH"
|
|
|
|
export ENABLE_LOCAL_SETTINGS_FILE='True'
|
|
export BROKER_URL='amqp://guest:guest@localhost//'
|
|
export DATABASE_URL='mysql://root@localhost/treeherder'
|
|
export ELASTICSEARCH_URL='http://localhost:9200'
|
|
|
|
export TREEHERDER_DEBUG='True'
|
|
export ENABLE_DEBUG_TOOLBAR='True'
|
|
export TREEHERDER_DJANGO_SECRET_KEY='secret-key-of-at-least-50-characters-to-pass-check-deploy'
|
|
export NEW_RELIC_CONFIG_FILE='newrelic.ini'
|
|
export NEW_RELIC_DEVELOPER_MODE='True'
|
|
export GRAPHQL='True'
|