mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-09 14:40:05 +00:00
AppEngine app.yaml example file
This commit is contained in:
parent
24adb5c408
commit
a7e719a182
1 changed files with 18 additions and 0 deletions
18
app.yaml.example
Normal file
18
app.yaml.example
Normal 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"
|
Loading…
Reference in a new issue