Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Add small app defaults to 'small app' template
Browse files Browse the repository at this point in the history
Signed-off-by: James Myers <jmyers@pivotallabs.com>
  • Loading branch information
sykesm committed Apr 10, 2014
1 parent 77b101c commit 5e9a052
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions templates/cf-properties.yml
Expand Up @@ -46,6 +46,7 @@ properties:
diego: false
default_app_memory: 1024
maximum_app_disk_in_mb: 2048
client_max_body_size: 1280M

srv_api_uri: (( "https://api." domain ))

Expand All @@ -71,6 +72,7 @@ properties:
app_package_directory_key: (( domain "-cc-packages" ))
fog_connection: ~
cdn: ~
max_package_size: 1073741824

droplets:
droplet_directory_key: (( domain "-cc-droplets" ))
Expand Down
7 changes: 6 additions & 1 deletion templates/cf-small-apps.yml
@@ -1,3 +1,8 @@
properties:
dea_next:
staging_disk_limit_mb: 2048
staging_disk_limit_mb: 2048

cc:
client_max_body_size: 256M
packages:
max_package_size: 536870912

0 comments on commit 5e9a052

Please sign in to comment.