From 169a741213ab16ad4f9c37fb20e0499553255529 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Thu, 26 Mar 2015 11:55:05 -0700 Subject: [PATCH] new requirements for config.yml --- config.yml.template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.yml.template b/config.yml.template index dde1db11..ed7a2b07 100644 --- a/config.yml.template +++ b/config.yml.template @@ -11,7 +11,8 @@ development: ip_hash_salt: "400$8$1$fc21863da5d531c1" proxy_pass: 'somethinglongandrandom' email_unsubscribe_token: 'somethingrandom' - surf_proxy_uri: 'http://127.0.0.1:9292' + surf_proxy_uri: 'http://surf.somedomain.local:9292' # May want to use dnsmasq instead of /etc/hosts here + surf_iframe_source: 'http://127.0.0.1:9292' test: database: 'postgres://neocities@localhost/neocities_test' database_pool: 1 @@ -25,4 +26,5 @@ test: ip_hash_salt: "400$8$1$fc21863da5d531c1" proxy_pass: 'somethinglongandrandom' email_unsubscribe_token: 'somethingrandom' - surf_proxy_uri: 'http://127.0.0.1:9292' + surf_proxy_uri: 'http://surf.somedomain.local:9292' + surf_iframe_source: 'http://127.0.0.1:9292'