Sha256: 68db2a441b6d291f8d9ab82420eaead4ba39c28c2be7cb86f93b6ce0717e011c

Contents?: true

Size: 828 Bytes

Versions: 2

Compression:

Stored size: 828 Bytes

Contents

# Template setup of the GVC, roughly corresponding to a Heroku app
kind: gvc
name: APP_GVC
spec:
  # For using templates for test apps, put ENV values here, stored in git repo.
  # Production apps will have values configured manually after app creation.
  env:
    - name: DATABASE_URL
      # Password does not matter because host postgres.APP_GVC.cpln.local can only be accessed
      # locally within CPLN GVC, and postgres running on a CPLN workload is something only for a
      # test app that lacks persistence.
      value: 'postgres://the_user:the_password@postgres.APP_GVC.cpln.local:5432/APP_GVC'
    - name: RAILS_ENV
      value: production
    - name: RAILS_SERVE_STATIC_FILES
      value: 'true'

  # Part of standard configuration
  staticPlacement:
    locationLinks:
      - /org/APP_ORG/location/APP_LOCATION

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cpl-1.3.0 lib/generator_templates/templates/gvc.yml
cpl-1.2.0 lib/generator_templates/templates/gvc.yml