summaryrefslogtreecommitdiff
path: root/run.sh
blob: 07c146220e6033e158728b52fd07bffbfe7bc8be (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
forever stop hackmd
DATABASE_URL='change this' \
MONGOLAB_URI='change this' \
PORT='80' \
SSLPORT='443' \
DOMAIN='change this' \
forever -a --uid hackmd start app.js