From fa1cf5ef34e684b58433119d78dc95923955ff4f Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 26 Oct 2015 15:35:07 +0000 Subject: Move static folder into synapse This is because otherwise it won't get picked up by python packaging. This also fixes the problem where the "static" folder was found if synapse wasn't started from that directory. --- synapse/static/client/register/register_config.sample.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 synapse/static/client/register/register_config.sample.js (limited to 'synapse/static/client/register/register_config.sample.js') diff --git a/synapse/static/client/register/register_config.sample.js b/synapse/static/client/register/register_config.sample.js new file mode 100644 index 0000000000..c7ea180dee --- /dev/null +++ b/synapse/static/client/register/register_config.sample.js @@ -0,0 +1,3 @@ +window.matrixRegistrationConfig = { + recaptcha_public_key: "YOUR_PUBLIC_KEY" +}; -- cgit 1.4.1