Add unpriv user name to Koschei admin config

This commit is contained in:
Michael Simacek 2015-05-07 09:45:02 +00:00
parent fdf44d35fb
commit 36c3a07a5e

View file

@ -1,9 +1,8 @@
# Config for operations that require koscheiadmin credentials.
# To use this config you need to set env variable:
# KOSCHEI_CONFIG=/usr/share/koschei/config.cfg:/etc/koschei/config.cfg:/etc/koschei/config-admin.cfg
config = {
"database_config": {
"username": "koscheiadmin",
"unpriv_username": "koscheiuser",
"password": "{{ koscheiadmin_db_password }}",
}
}