Remove tourneyPath: doesn't make sense without tournament website
[vchess.git] / server / config / parameters.js.dist
index 9ba7618..1cf4475 100644 (file)
@@ -5,7 +5,7 @@ module.exports = {
 
   // To know in which environment the code run
   env: process.env.NODE_ENV || 'development',
-  
+
   // CORS: cross-origin resource sharing options
   cors: {
     enable: true,