18F/micropurchase

View on GitHub
manifest-staging.yml

Summary

Maintainability
Test Coverage
---
applications:
- name: micropurchase-staging
  memory: 1G
  instances: 1
  host: micropurchase-staging
  buildpack: ruby_buildpack
  no-hostname: true
  domains:
    - micropurchase-staging.18f.gov
  services:
    - data-dot-gov
    - micropurchase-c2
    - micropurchase-github
    - micropurchase-staging-psql
    - micropurchase-smtp
    - micropurchase-tock
    - new-relic
    - secrets
  command: script/start
  env:
    RAILS_ENV: production
    RACK_ENV: production
    SAML_ENV: staging
    IDP_ENV: dev
    C2_HOST: 'https://c2-staging.18f.gov'
    ROOT_URL: 'https://micropurchase-staging.18f.gov'
    ANALYTICS: false
    MASQUERADE: true