Add hoarding
This commit is contained in:
9
fly.toml
9
fly.toml
@@ -19,7 +19,16 @@ primary_region = 'den'
|
||||
[[vm]]
|
||||
size = 'shared-cpu-2x'
|
||||
|
||||
# [mounts]
|
||||
# source = "usapi_data"
|
||||
# destination = "/data"
|
||||
# initial_size = "20gb"
|
||||
# auto_extend_size_increment = "10gb"
|
||||
# auto_extend_size_threshold = 80
|
||||
# auto_extend_size_limit = "200gb"
|
||||
|
||||
[env]
|
||||
DATA_ROOT_PATH = "/data"
|
||||
FILE_DEFAULT_TTL = "600"
|
||||
S3_ENDPOINT="s3.us-west-002.backblazeb2.com"
|
||||
S3_PORT="443"
|
||||
|
Reference in New Issue
Block a user