1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-16 14:18:32 +00:00
cloudkeys-go/app.yaml.example
2017-12-28 01:28:44 +00:00

19 lines
389 B
Plaintext

application: yourapplication
version: 2
runtime: go1
api_version: go1
handlers:
- url: /.*
script: _go_app
env_variables:
passwordSalt: "YourPasswordSalt"
usernameSalt: "YourUsernameSalt"
storage: "s3://yourBucket/"
authkey: "YourAuthKey"
encryptkey: "YourEncryptKey"
AWS_ACCESS_KEY: "YourAccessKey"
AWS_SECRET_ACCESS_KEY: "YourSecretAccessKey"
AWS_REGION: "us-east-1"