rempl icon indicating copy to clipboard operation
rempl copied to clipboard

Сonfigurable URL of rempl server

Open Chaptykov opened this issue 8 years ago • 2 comments

I want to place rempl server on a separate domain instead localhost.

Chaptykov avatar Jan 19 '17 13:01 Chaptykov

Use <meta> tag for HTML page:

<meta name="rempl:server" url="{url}">

... or REMPL_SERVER env variable for node.js, like so (mac):

REMPL_SERVER={url} node yourscript.js

Those details are missed in README. Will be fixed soon.

lahmatiy avatar Jan 19 '17 13:01 lahmatiy

It has been documented here https://github.com/rempl/rempl#browser, so this bug can be closed.

bashmish avatar Oct 07 '17 11:10 bashmish