docker-parsoid
docker-parsoid copied to clipboard
PARSOID_DOMAIN_sub.domain is not working
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 the mwApis: line.
To solve this I had to enter 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