This website works better with JavaScript.
Home
Explore
Help
Sign In
frallatta
/
Google-Admin-SDK
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add ecosystem
master
root
4 years ago
parent
2a38d71ea9
commit
b100c945a4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ecosystem.config.js
+ 2
- 2
ecosystem.config.js
View File
@@ -6,11 +6,11 @@ module.exports = {
instances: "1",
watch: true,
env: {
"PORT": 300
2
,
"PORT": 300
3
,
"NODE_ENV": "development",
},
env_production : {
"PORT": 300
2
,
"PORT": 300
3
,
"NODE_ENV": "production"
}
}]
Write
Preview
Loading…
Cancel
Save