Introduction
Introduction Statistics Contact Development Disclaimer Help
updating prod envs - seedlinux - Torrent indexing tool opensource torrents with…
Log
Files
Refs
README
---
commit 1df3d4d496410f98358c268ff8db30c0566d7a5a
parent 92e6b8709b18cfcc5db7755068d2ed843f9ca002
Author: Jay Scott <[email protected]>
Date: Sat, 1 Jul 2017 04:31:26 +0100
updating prod envs
Diffstat:
M app/config.js | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/app/config.js b/app/config.js
@@ -3,9 +3,11 @@
if(process.env.NODE_ENV === 'production') {
module.exports = {
host : process.env.NODE_HOST || "",
- dbURI : process.env.dbURI | ""
+ dbURI : process.env.DB_URI | "",
+ collection : process.env.DB_COLLECTION | "",
+ torrent_data : process.env.TORRENT_DATA | ""
}
} else {
module.exports = require('../config/development.json');
-}
-\ No newline at end of file
+}
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.