modified index.js
This commit is contained in:
parent
a4b19c9afa
commit
0260a24da1
7 changed files with 93 additions and 16 deletions
|
|
@ -5,10 +5,12 @@ primary_region = 'sea'
|
|||
dockerfile = "Dockerfile"
|
||||
|
||||
[env]
|
||||
FLY_ORG = "personal"
|
||||
COMMON_BUCKET = "snakeapi-deployment-test-bucket"
|
||||
AWS_ENDPOINT_URL_S3 = "https://fly.storage.tigris.dev"
|
||||
AWS_REGION = "auto"
|
||||
FLY_ORG="personal"
|
||||
COMMON_BUCKET="snakeapi-deployment-test-bucket"
|
||||
AWS_ACCESS_KEY_ID="tid__NSmOVaGknqitaCySppZjqVTgJSdDFnFbWcQllkC_juHwkbQZO"
|
||||
AWS_SECRET_ACCESS_KEY="tsec_6Bz1aMbfYQftuq5WfIVEDZkHwskU4MMjVywdtxSP6uxetEBvkSC2VHI9HfTeDgHr4D6kiz"
|
||||
AWS_ENDPOINT_URL_S3="https://fly.storage.tigris.dev"
|
||||
AWS_REGION="auto"
|
||||
|
||||
[http_service]
|
||||
internal_port = 3006
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue