Page MenuHomePhabricator

Parsoid role should include VRS config for RESTbase
Closed, ResolvedPublic

Description

My config:

$wgVirtualRestConfig['modules']['restbase'] = array(
	'url' => 'http://localhost:7231',
	'domain' => 'localhost', // May need to be localhost:8080 in MWV?
	'forwardCookies' => false,
	'parsoidCompat' => false
);

If we don't already have it there, the VRS config for Parsoid would be something like:

$wgVirtualRestConfig['modules']['parsoid'] = array(
        'url' => 'http://localhost:8142',
        'domain' => 'localhost:8080',
        'forwardCookies' => false,
        'restbaseCompat' => false
);

Event Timeline

Catrope raised the priority of this task from to Needs Triage.
Catrope updated the task description. (Show Details)
Catrope added a project: MediaWiki-Vagrant.
Catrope added subscribers: Catrope, Mattflaschen-WMF.

Change 246888 had a related patch set uploaded (by Mobrovac):
Parsoid: Set up the VRS entry

https://gerrit.wikimedia.org/r/246888

mobrovac triaged this task as Medium priority.
mobrovac added a project: Services.
mobrovac moved this task from Backlog to Awaiting review on the MediaWiki-Vagrant board.

Change 246888 merged by jenkins-bot:
Parsoid: Set up the VRS entry

https://gerrit.wikimedia.org/r/246888

mobrovac removed a project: Patch-For-Review.
mobrovac moved this task from Awaiting review to Done on the MediaWiki-Vagrant board.
mobrovac removed a subscriber: gerritbot.