1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-16 14:18:32 +00:00

AppEngine app.yaml example file

This commit is contained in:
Martin Thielecke 2017-12-28 01:28:44 +00:00
parent 24adb5c408
commit a7e719a182

18
app.yaml.example Normal file
View File

@ -0,0 +1,18 @@
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"