The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

supervisor_bubble.conf 317 B

4 years ago
123456789
  1. [program:bubble]
  2. stdout_logfile = /home/bubble/logs/bubble-out.log
  3. stderr_logfile = /home/bubble/logs/bubble-err.log
  4. command=sudo -u bubble bash -c "/usr/bin/java \
  5. -Djava.net.preferIPv4Stack=true -Xmx512m \
  6. -cp /home/bubble/current/bubble.jar \
  7. bubble.server.BubbleServer \
  8. /home/bubble/current/bubble.env"