Fix miniflux databse population

Fixed access to postgres database not working for non-'miniflux'
usernames.
The database created is the same name as the username while the miniflux
container would still look for the standard database. This fixes it to
be able to take any username and corresponding database.
This commit is contained in:
Marty Oehme 2021-10-23 16:42:30 +02:00
parent 27daf9031b
commit 496a510ccc
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ miniflux_use_https: true
subdomain_alias: rss
# Should ideally be overwritten in encrypted group/host vars
miniflux_admin_username: MyAdmin
miniflux_admin_password: MyPassword
miniflux_postgres_user: MyPostgresUser
miniflux_postgres_password: MyPostgresPassword
miniflux_admin_username: myadmin
miniflux_admin_password: mypassword
miniflux_postgres_user: myminifluxdbuser
miniflux_postgres_password: myminifluxdbpassword