mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 22:20:05 +00:00
19 lines
389 B
Text
19 lines
389 B
Text
|
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"
|