Remove tourneyPath: doesn't make sense without tournament website
[vchess.git] / server / config / parameters.js.dist
index b7abc13..1cf4475 100644 (file)
@@ -21,9 +21,6 @@ module.exports = {
     expire: 30*60*1000, //30 minutes in milliseconds
   },
 
-  // Path to tournament repository (to synchronize DBs)
-  tourneyPath: "/path/to/folder",
-
   // Email settings
   mail: {
     host: "mail_host_address",