Move the kerneltest api key to the private repo - and create one

This commit is contained in:
Pierre-Yves Chibon 2014-06-18 19:05:24 +02:00
parent 34af155cab
commit 710ec26471

View file

@ -13,7 +13,7 @@ DB_URL='postgresql://{{ kerneltest_db_user }}:{{ kerneltest_db_pass }}@{{ kernel
LOG_DIR = '/var/www/logs'
# API key used to authenticate the autotest client, should be private as well
API_KEY = 'This is a secret only the cli knows about'
API_KEY = '{{ kerneltest_api_key }}'
# Email of the admin that should receive the error emails
MAIL_ADMIN = 'pingou@pingoured.fr'