Add manifest.yml for Cloud Foundry

This commit is contained in:
Lena Fuhrimann 2016-12-21 01:55:27 +01:00
parent 8149f9f820
commit 210dc902b8
2 changed files with 13 additions and 1 deletions

12
manifest.yml Normal file
View file

@ -0,0 +1,12 @@
---
applications:
- name: s3-manager
memory: 64M
buildpack: https://github.com/cloudfoundry/go-buildpack.git
env:
GOVERSION: go1.7
S3_ACCESS_KEY_ID: "XXX"
S3_SECRET_ACCESS_KEY: "xxx"
S3_ENDPOINT: "ds31s3.swisscom.com"
V2_SIGNING: true

View file

@ -9,7 +9,7 @@
<title>S3 Manager</title>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/css/materialize.min.css">
</head>