This commit is contained in:
sebseb7
2025-12-27 20:09:42 +01:00
parent 07764c376b
commit ee1955c048
8 changed files with 433 additions and 7 deletions

View File

@@ -3,7 +3,9 @@ module.exports = {
name: 'picupper',
script: 'server.js',
env: {
PICUPPER_PORT: 3080
PICUPPER_PORT: 3080,
WSS_SERVER_URL: 'wss://dash.bosewolf.de/agentapi/',
WSS_API_KEY: '65771bb3a0a97a22fd9299702c08a43468a230d6432fc20ad36c8463d4c6d816'
},
watch: false,
instances: 1,