fix(miniflux): Fix wrong base url of generated links
This commit is contained in:
parent
105d1c771d
commit
f91c01c081
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ in
|
|||
DATABASE_URL = "user=${cfg.database.user} host=${cfg.database.socket} dbname=miniflux";
|
||||
CREATE_ADMIN = 1;
|
||||
WATCHDOG = 1;
|
||||
BASE_URL = "https://miniflux.youthlic.social";
|
||||
};
|
||||
createDatabaseLocally = false;
|
||||
adminCredentialsFile = cfg.adminCredentialsFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue