https://github.com/samuelmarks/tmp-cf-app
https://github.com/samuelmarks/tmp-cf-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelmarks/tmp-cf-app
- Owner: SamuelMarks
- Created: 2016-02-07T21:48:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T04:05:57.000Z (over 10 years ago)
- Last Synced: 2025-03-23T01:27:46.882Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmp
Simple cloudfoundry node app to show user-provided or service-broker'd service not working.
Create service with `cf cups mongo -p '{"address": "mongodb://"}'`. Deploy this app with `cf push`.
Test locally with:
VCAP_APP_PORT=28017 MONGODB_URI=mongodb://localhost npm start