sdp offer from client is incorrect somehow
[henge/kiak.git] / opts.js
diff --git a/opts.js b/opts.js
index 917ddcd..5767cf6 100644 (file)
--- a/opts.js
+++ b/opts.js
@@ -42,8 +42,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',