Created
April 22, 2013 08:18
-
-
Save yudai/5433224 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| --- | |
| properties: | |
| domain: vcap.me | |
| networks: | |
| apps: default | |
| management: default | |
| nats: | |
| user: nats | |
| password: nats | |
| address: 127.0.0.1 | |
| port: 4222 | |
| ccng: | |
| srv_api_uri: http://ccng.your.domain.com | |
| external_host: ccng | |
| logging_level: debug | |
| bulk_api_password: asdfjklhsadfhljkfas | |
| uaa_resource_id: cloud_controller | |
| staging_upload_user: jkfgjkfg | |
| staging_upload_password: lfgklfgfg | |
| packages: | |
| fog_connection: | |
| provider: Local | |
| app_package_directory_key: cc-packages | |
| droplets: | |
| fog_connection: | |
| provider: Local | |
| droplet_directory_key: cc-droplets | |
| quota_definitions: | |
| free: | |
| non_basic_services_allowed: false | |
| total_services: 2 | |
| memory_limit: 1024 # 1 GB | |
| paid_memory_limit: 0 | |
| paid: | |
| non_basic_services_allowed: true | |
| total_services: 32 | |
| memory_limit: 204800 # 200GB | |
| yeti: | |
| non_basic_services_allowed: true | |
| total_services: 500 | |
| memory_limit: 204800 # 200 GB | |
| default_quota_definition: free | |
| resource_pool: | |
| minimum_size: 0 | |
| maximum_size: 536870912 | |
| resource_directory_key: "cc-resources" | |
| fog_connection: | |
| provider: "Local" | |
| serialization_data_server: | |
| upload_token: asdf9asd9asd9ad9ads9ads | |
| use_nginx: true | |
| upload_timeout: 10 | |
| port: 8080 | |
| upload_file_expire_time: 600 | |
| purge_expired_interval: 30 | |
| service_lifecycle: | |
| download_url: service-serialization.cf.your.domain.com | |
| mount_point: /var/vcap/service_lifecycle | |
| tmp_dir: /var/vcap/service_lifecycle/tmp_dir | |
| resque: | |
| host: 172.16.214.82 | |
| port: 3456 | |
| password: sfgasdgfasdfg | |
| nfs_server: | |
| address: 172.16.214.20 | |
| export_dir: /var/vcap/store/shared | |
| serialization_data_server: | |
| - 172.16.214.92 | |
| uaa: jwt: | |
| verification_key: false | |
| no_ssl: false | |
| catalina_opts: -Xmx768m -XX:MaxPermSize=256m | |
| url: http://uaa.cf.your.domain.com | |
| resource_id: account_manager | |
| client_secret: somesecret | |
| token_secret: tokensecret | |
| cc: | |
| token_secret: asdfasdfasdfadfs | |
| client_secret: asdfasdfasdffth | |
| admin: | |
| client_secret: erthth45ydbgaerg | |
| login: | |
| client_secret: 457dgnsrgw457sdg | |
| batch: | |
| username: sdfgjwetrysdgf | |
| password: 235dshsbsdgssd | |
| client: | |
| override: true | |
| autoapprove: | |
| - vmc | |
| - my | |
| - portal | |
| - micro | |
| - support-signon | |
| - login | |
| clients: | |
| dashboard: | |
| secret: w4ydbsbJUetdrgdsg | |
| scope: openid,dashboard.user | |
| authorities: uaa.admin,uaa.resource,tokens.read,scim.read,scim.write | |
| authorized-grant-types: client_credentials,authorization_code,refresh_token | |
| portal: | |
| override: true | |
| id: portal | |
| scope: scim.write,scim.read,openid,cloud_controller.read,cloud_controller.write | |
| authorities: scim.write,scim.read,openid,cloud_controller.read,cloud_controller.write,password.write,uaa.admin | |
| secret: portalsecret | |
| authorized-grant-types: authorization_code,client_credentials,password,implicit | |
| access-token-validity: 1209600 | |
| refresh-token-validity: 1209600 | |
| support-services: | |
| scope: scim.write,scim.read,openid,cloud_controller.read,cloud_controller.write | |
| secret: ssosecretsso | |
| id: support-services | |
| authorized-grant-types: authorization_code,client_credentials | |
| redirect-uri: http://support-signon.cf.your.domain.com | |
| authorities: portal.users.read | |
| access-token-validity: 1209600 | |
| refresh-token-validity: 1209600 | |
| vmc: | |
| override: true | |
| authorized-grant-types: implicit | |
| authorities: uaa.none | |
| redirect-uri: http://uaa.cloudfoundry.com/redirect/vmc,https://uaa.cloudfoundry.com/redirect/vmc | |
| scope: cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,scim.read,scim.write | |
| scim: | |
| users: | |
| - [email protected]|your-admin-password|scim.write,scim.read,openid,cloud_controller.admin | |
| - dash-user|dash-password|openid,dashboard.user | |
| ccdb_ng: | |
| address: 172.16.214.19 | |
| port: 5524 | |
| pool_size: 10 | |
| roles: | |
| - tag: admin | |
| name: ccadmin | |
| password: asdfasdf80456 | |
| databases: | |
| - tag: cc | |
| name: appcloud | |
| citext: true | |
| db_scheme: postgres | |
| max_connections: | |
| pool_timeout: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment