mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
[bug] wrong config setting for dababase. (#2984)
This commit is contained in:
parent
9cd3a6836b
commit
b913746752
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const dbUrlToConfig = (dbUrl) => {
|
|||
}
|
||||
|
||||
if (params.pathname) {
|
||||
config.database = params.params.pathname.split('/')[1]
|
||||
config.database = params.pathname.split('/')[1]
|
||||
}
|
||||
|
||||
const ssl = params.query && params.query.ssl
|
||||
|
|
Loading…
Reference in a new issue