diff --git a/O-BrandServer/ecosystem.json b/O-BrandServer/ecosystem.json index a9374ae..12bc6ce 100644 --- a/O-BrandServer/ecosystem.json +++ b/O-BrandServer/ecosystem.json @@ -7,8 +7,16 @@ // First application { - name : "Obrand Admin Server", + name : "Obrand-Admin-Server", script : "obrand-server.js", + "cwd": "/home/ubuntu/live", + "watch": true, + "max_restarts": 64, + "merge_logs" : true, + "autorestart" : true, + "restart_delay" : 3500, + "max_memory_restart" : "300M", + env: { COMMON_VARIABLE: "true" },