Skip to content

Instantly share code, notes, and snippets.

@peggylind
Created November 6, 2015 21:00
Show Gist options
  • Select an option

  • Save peggylind/fcbee3b520b4fdf97552 to your computer and use it in GitHub Desktop.

Select an option

Save peggylind/fcbee3b520b4fdf97552 to your computer and use it in GitHub Desktop.
{
"apps": [
{
"name": "DataMaps",
"script": "/home/user/bundle/main.js",
"log_date_format": "YYYY-MM-DDi HH:mm:ss",
"exec_mode": "fork_mode",
"env": {
"PORT": 3000,
"MONGO_URL": "mongodb://localhost:27017/MyDataBase",
"ROOT_URL": "https://localhost"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment