Add unpriv user name to Koschei admin config
This commit is contained in:
parent
fdf44d35fb
commit
36c3a07a5e
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Config for operations that require koscheiadmin credentials.
|
# 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 = {
|
config = {
|
||||||
"database_config": {
|
"database_config": {
|
||||||
"username": "koscheiadmin",
|
"username": "koscheiadmin",
|
||||||
|
"unpriv_username": "koscheiuser",
|
||||||
"password": "{{ koscheiadmin_db_password }}",
|
"password": "{{ koscheiadmin_db_password }}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue