summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rz_config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rz_config.js b/src/rz_config.js
index dc726853..e55e74d0 100644
--- a/src/rz_config.js
+++ b/src/rz_config.js
@@ -2,7 +2,7 @@ define(function() {
return {
'rand_id_generator' : 'hash',
- 'rz_server_host': 'rhizi.net',
+ 'rz_server_host': 'rhizi.local',
'rz_server_port': '8080',
'backend_enabled': false,
};