Merge branch 'master' of github.com:Jlavatai/strapp
[henge/kiak.git] / opts.js
diff --git a/opts.js b/opts.js
index 29a378a..d930e79 100644 (file)
--- a/opts.js
+++ b/opts.js
@@ -41,8 +41,8 @@ exports = require('minimist')(process.argv.slice(2), {
  */
 exports['defaults'] = {
   config:      '/etc/strapp.conf:~/.strapp/strapp.conf:./strapp.conf',
-  'client-js': './client.js',
-  'host-js':   './host.js',
+  'client-js': './client-test.js',
+  'host-js':   './host-test.js',
   tls:         true,
   'ca-cert':   '../certs/cert.pem',
   'ca-key':    '../certs/key.pem',