M .gitignore => .gitignore +4 -1
@@ 4,7 4,10 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
-
+public/static/*nightly
+config.json
+downloads.json
+public/tcdn
# Runtime data
pids
*.pid
M app.js => app.js +2 -2
@@ 24,12 24,12 @@ var san = require("sanitizer");
var request = require("request");
var nodemailer = require("nodemailer");
var mConf = {
- host: 'smtp.gmail.com',
+ host: config.emailhost,
port: 465,
secure: true,
pool: true,
auth: {
- user: "nico.hickman@gmail.com",
+ user: config.emailuser,
pass: config.emailpass
}
}
M => +2 -2
@@ 20,7 20,7 @@
About
</a>
</div>
<% if (include_downloads) %>
<% if (include_downloads) { %>
<div id ="header-downloads">
<a href="/downloads">
Downloads
@@ 35,4 35,4 @@
<%= constraints %>
<% } %>
</div>
</div>
\ No newline at end of file
</div>