Open wakeup5 opened 4 years ago
There is a bug that does not work if you enter a subdomain after PARSOID_DOMAIN_.
PARSOID_DOMAIN_
For example, when I gave PARSOID_DOMAIN_foo.bar="https://foo.bar/api.php" as the env variable, config.yaml shows nothing after the mwApis: line.
PARSOID_DOMAIN_foo.bar="https://foo.bar/api.php"
mwApis:
To solve this I had to enter PARSOID_DOMAIN_="https://foo.bar/api.php".
PARSOID_DOMAIN_="https://foo.bar/api.php"
Hi @wakeup5 . I'll try to reproduce the error this week.
I'll let you know when I release the fix.
A potential fix can be found in #17
There is a bug that does not work if you enter a subdomain after
PARSOID_DOMAIN_
.For example, when I gave
PARSOID_DOMAIN_foo.bar="https://foo.bar/api.php"
as the env variable, config.yaml shows nothing after themwApis:
line.To solve this I had to enter
PARSOID_DOMAIN_="https://foo.bar/api.php"
.