File: Procfile.support

package info (click to toggle)
ruby-combustion 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: ruby: 628; makefile: 9; sh: 6
file content (2 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (3)
1
2
postgres: postgres -D data/postgres -p ${POSTGRES_PORT:-5432}
mysql: $(brew --prefix mysql@5.7)/bin/mysqld --datadir=$(PWD)/data/mysql --port ${MYSQL_PORT:-3306} --socket=mysql.sock