Commit dcec9a52fd0fe5dc53385e6636cd50239ae4b66d

Authored by André Araújo
1 parent 6c6ed32d
Exists in master

Adiciona template de configuração

@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 !.gitignore 3 !.gitignore
4 !.gitempty 4 !.gitempty
5 *.log 5 *.log
  6 +helpers/properties.js
6 video/* 7 video/*
7 tmp/ 8 tmp/
8 node_modules/ 9 node_modules/
helpers/properties.js
@@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
1 -var host = 'localhost';  
2 -var port = 201;  
3 -var ssl = false;  
4 -var connectionTimeout = 30 * 60 * 1000;  
5 -  
6 -module.exports.HOST = host;  
7 -module.exports.PORT = port;  
8 -module.exports.SSL = ssl;  
9 -module.exports.CONNECTION_TIMEOUT = connectionTimeout;  
helpers/properties.js.template 0 → 100644
@@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
  1 +var host = 'localhost';
  2 +var port = 201;
  3 +var ssl = false;
  4 +var connectionTimeout = 30 * 60 * 1000;
  5 +
  6 +module.exports.HOST = host;
  7 +module.exports.PORT = port;
  8 +module.exports.SSL = ssl;
  9 +module.exports.CONNECTION_TIMEOUT = connectionTimeout;