Move unpriv_user opt in koschei-admin config
This commit is contained in:
parent
978f37a386
commit
4456a99e75
1 changed files with 1 additions and 1 deletions
|
@ -2,9 +2,9 @@
|
||||||
config = {
|
config = {
|
||||||
"database_config": {
|
"database_config": {
|
||||||
"username": "koscheiadmin",
|
"username": "koscheiadmin",
|
||||||
"unpriv_username": "koscheiuser",
|
|
||||||
"password": "{{ koscheiadmin_db_password }}",
|
"password": "{{ koscheiadmin_db_password }}",
|
||||||
}
|
}
|
||||||
|
"unpriv_db_username": "koscheiuser",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue