blobstore job from cf/231
Github source:
f67ebb73
or
master branch
Properties¶
blobstore
¶
admin_users
¶List of Username and Password pairs that have admin access to the blobstore. Cloud Controller must use one of these to access the blobstore via HTTP Basic Auth. Example: users: - username: user1 password: password1 - username: user2 password: password2
max_upload_size
¶Max allowed file size for upload
- Default
5000m
port
¶TCP port blobstore server (ngnix) listens on
- Default
80
secure_link
¶
secret
¶The secret used for verifying signed URLs
domain
¶
The system domain. The public server will listen on host ‘blobstore.system-domain.tld’
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/blobstore/
directory
(learn more).
bin/dns_health_check
(fromdns_health_check.erb
)bin/nginx_ctl
(fromnginx_ctl
)config/mime.types
(frommime.types
)config/nginx.conf
(fromnginx.conf.erb
)config/sites/blobstore.conf
(fromblobstore.conf.erb
)config/write_users
(fromwrite_users.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.