Created
September 25, 2013 09:07
-
-
Save michaljemala/6697008 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
local_route: 127.0.0.1 | |
port: 8181 | |
pid_filename: /tmp/cloud_controller.pid | |
nats_uri: nats://127.0.0.1:4222 | |
message_bus_uri: nats://127.0.0.1:4222 | |
external_domain: | |
- api.cloud.jemala.info | |
bootstrap_admin_email: [email protected] | |
system_domain_organization: jemala-org | |
system_domain: cloud.jemala.info | |
app_domains: | |
- cloud.jemala.info | |
info: | |
name: "Cloudfoundry by https://github.com/Altoros/cf-vagrant-installer" | |
build: "...." | |
version: 2 | |
support_address: "https://github.com/Altoros/cf-vagrant-installer/issues" | |
description: "Cloud Foundry installer sponsored by Altoros" | |
api_version: "2.0.0" | |
nginx: | |
use_nginx: false | |
instance_socket: "/var/vcap/sys/run/cloud_controller_ng/cloud_controller.sock" | |
logging: | |
file: /vagrant/logs/cloud_controller.log | |
level: debug2 | |
db: | |
database: "sqlite:///vagrant/db/cloud_controller.db" | |
max_connections: 32 | |
pool_timeout: 10 | |
uaa: | |
url: "http://uaa.cloud.jemala.info:8080/uaa" | |
resource_id: "cloud_controller" | |
symmetric_secret: "tokensecret" | |
cc_partition: ng | |
bulk_api: | |
auth_user: bulk_user | |
auth_password: bulk_password | |
# App staging parameters | |
staging: | |
# Max duration for staging process | |
max_staging_runtime: 480 # secs | |
auth: | |
user: zxsfhgjg | |
password: ZNVfdase9 | |
quota_definitions: | |
free: | |
non_basic_services_allowed: false | |
total_services: 2 | |
memory_limit: 2048 # 2 GB | |
paid: | |
non_basic_services_allowed: true | |
total_services: 500 | |
memory_limit: 204800 # 200 GB | |
trial: | |
non_basic_services_allowed: false | |
total_services: 2 | |
memory_limit: 512 # 0.5 GB | |
trial_db_allowed: true | |
default_quota_definition: free | |
resource_pool: | |
resource_directory_key: cc-resources | |
fog_connection: | |
provider: Local | |
local_root: /tmp | |
packages: | |
resource_directory_key: cc-packages | |
fog_connection: | |
provider: Local | |
local_root: /tmp | |
droplets: | |
droplet_directory_key: cc-droplets | |
fog_connection: | |
provider: Local | |
local_root: /tmp | |
db_encryption_key: "asdfasdfasdf" | |
trial_db: | |
guid: "78ad16cf-3c22-4427-a982-b9d35d746914" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment