15 lines
307 B
TOML
15 lines
307 B
TOML
app = 'deployment-service-test'
|
|
primary_region = 'sea'
|
|
|
|
[build]
|
|
dockerfile = "Dockerfile"
|
|
|
|
[env]
|
|
FLY_ORG = "personal"
|
|
COMMON_BUCKET = "snakeapi-deployment-test-bucket"
|
|
AWS_ENDPOINT_URL_S3 = "https://fly.storage.tigris.dev"
|
|
AWS_REGION = "auto"
|
|
|
|
[http_service]
|
|
internal_port = 3006
|
|
force_https = true
|