The API middleware and Heroku Orchestration Tool
The api is protected by basic auth. The credentials are stored in the ENV under
API_NAME: 'api'
API_PASSWORD: 'password'
The web admin is powered by administrate can be accessed via /management. The credentials are stored in the ENV under.
ADMIN_NAME: 'manager'
ADMIN_PASSWORD: 'password'
rake blueprints:update