18F/e-QIP-prototype

View on GitHub
conf/manifests/api.yml

Summary

Maintainability
Test Coverage
---
applications:
- name: eqip-prototype-api
  memory: 64M
  instances: 2
  domain: fr.cloud.gov
  host: eqip-prototype-api
  buildpack: https://github.com/cloudfoundry/binary-buildpack
  path: ../../api
  command: ./api
  services:
    - eqip-postgres
    - usps-api
  env:
    PATH: /bin:/usr/bin:$HOME/bin
    GOVERSION: go1.12
    GOPACKAGENAME: github.com/18F/e-QIP-prototype
    GOLANG_ENV: production
    CORS_ALLOWED: https://eqip-prototype.fr.cloud.gov
    API_REDIRECT: https://eqip-prototype.fr.cloud.gov
    API_BASE_URL: https://eqip-prototype-api.fr.cloud.gov
    BASIC_ENABLED: 1