Added HTTPS to express
This commit is contained in:
@@ -3,13 +3,14 @@ module.exports = {
|
||||
{
|
||||
name: "FreePlanetServerSide",
|
||||
script: "./server/server.js",
|
||||
ignore_watch : ["node_modules"],
|
||||
watch: true,
|
||||
env: {
|
||||
"PORT": 3000,
|
||||
"NODE_ENV": "development"
|
||||
},
|
||||
env_production: {
|
||||
"PORT": 8080,
|
||||
"PORT": 3000,
|
||||
"NODE_ENV": "production",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user