Skip to content

Instantly share code, notes, and snippets.

@weex
Created July 23, 2021 05:52
Show Gist options
  • Save weex/a1f428ca453859918632ac2a15f82950 to your computer and use it in GitHub Desktop.
Save weex/a1f428ca453859918632ac2a15f82950 to your computer and use it in GitHub Desktop.
diff of config/env/default.js
diff --git a/config/env/default.js b/config/env/default.js
index c04fa435..e4fdba79 100644
--- a/config/env/default.js
+++ b/config/env/default.js
@@ -34,13 +34,13 @@ module.exports = {
uploadTmpDir: './tmp/',
uploadDir: './public/uploads-profile',
circleImagesDir: './public/uploads-circle',
- port: 3000,
- host: 'localhost',
+ port: 443,
+ host: 'o3.davidsterry.com',
fd: null, // listen on a file descriptor (instead of host/port)
https: false,
sessionSecret: 'MEAN',
sessionCollection: 'sessions',
- domain: 'localhost:3000',
+ domain: 'o3.davidsterry.com',
supportEmail: 'support@trustroots.org', // TO-address for support requests
supportVolunteerNames: ['Dario', 'Noah'], // Used as "from" name to send some automated emails
surveyReactivateHosts: 'https://ideas.trustroots.org/?p=1302#page-1302', // Survey to send with host reactivation emails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment