Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zackexplosion/ac9bd6daf1a62dc55064c9f1f0201dc7 to your computer and use it in GitHub Desktop.
Save zackexplosion/ac9bd6daf1a62dc55064c9f1f0201dc7 to your computer and use it in GitHub Desktop.
const app = {
name: 'solar-watcher-client',
script: './index.js',
env: {
CLIENT_ID: 'J=_pxGn4m5W4(=v',
CLIENT_LOGGER_URL: 'http://solar-data.zackexplosion.fun',
CLIENT_SERIAL_PORT_PATH: '/dev/serial/by-id/usb-FTDI_FT231X_USB_UART_D309Q80Z-if00-port0',
},
}
module.exports = {
apps: [
app,
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment