fixing typos in config - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit e8828a33e2eaf68dbb3bbbd12906ebb5e055247c
 (DIR) parent 1df3d4d496410f98358c268ff8db30c0566d7a5a
 (HTM) Author: Jay Scott <jay@jayscott.co.uk>
       Date:   Sat,  1 Jul 2017 04:48:00 +0100
       
       fixing typos in config
       
       Diffstat:
         M app/config.js                       |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/app/config.js b/app/config.js
       @@ -3,9 +3,9 @@
        if(process.env.NODE_ENV === 'production') { 
                module.exports = { 
                        host  : process.env.NODE_HOST || "",
       -                dbURI : process.env.DB_URI | "",
       -                collection : process.env.DB_COLLECTION | "",
       -                torrent_data : process.env.TORRENT_DATA | ""
       +                dbURI : process.env.DB_URI || "",
       +                collection : process.env.DB_COLLECTION || "",
       +                torrent_data : process.env.TORRENT_DATA || ""
                }
        
        } else  {