Adding verifier config value to sample stacktach config

This commit is contained in:
Andrew Melton 2013-04-02 16:44:01 -04:00
parent 118ff155c6
commit 8d473d6c3b
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ export STACKTACH_DB_PASSWORD="password"
export STACKTACH_DB_PORT="3306"
export STACKTACH_INSTALL_DIR="/srv/www/stacktach/"
export STACKTACH_DEPLOYMENTS_FILE="/srv/www/stacktach/stacktach_worker_config.json"
export STACKTACH_VERIFIER_CONFIG="/srv/www/stacktach/stacktach_verifier_config.json"
export DJANGO_SETTINGS_MODULE="settings"