Initial commit: PicUpper webcam upload service
This commit is contained in:
12
ecosystem.config.cjs
Normal file
12
ecosystem.config.cjs
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'picupper',
|
||||
script: 'server.js',
|
||||
env: {
|
||||
PICUPPER_PORT: 3080
|
||||
},
|
||||
watch: false,
|
||||
instances: 1,
|
||||
autorestart: true
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user