s3manager-web/manifest.yml

11 lines
200 B
YAML
Raw Normal View History

2016-12-21 01:55:27 +01:00
---
applications:
- name: s3-manager
2017-03-30 22:56:25 +02:00
host: s3-manager
2016-12-21 01:55:27 +01:00
memory: 64M
buildpack: https://github.com/cloudfoundry/go-buildpack.git
env:
2017-04-27 12:29:13 +02:00
S3_ACCESS_KEY_ID: "xxx"
2016-12-21 01:55:27 +01:00
S3_SECRET_ACCESS_KEY: "xxx"