Move the kerneltest api key to the private repo - and create one
This commit is contained in:
parent
34af155cab
commit
710ec26471
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue