Created
September 24, 2015 19:25
-
-
Save tonytan4ever/d2e282119bcc4e371014 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
[drivers:provider:akamai] | |
policy_api_client_token = "MY_POLICY_API_CLIENT_TOKEN" | |
policy_api_client_secret = "MY_POLICY_API_CLIENT_SECRET" | |
policy_api_access_token = "MY_POLICY_API_ACCESS_TOKEN" | |
policy_api_base_url = "MY_POLICY_API_BASE_URL" | |
ccu_api_client_token = "MY_CCU_API_CLIENT_TOKEN" | |
ccu_api_client_secret = "MY_CCU_API_CLIENT_SECRET" | |
ccu_api_access_token = "MY_CCU_API_ACCESS_TOKEN" | |
ccu_api_base_url = "MY_CCU_API_BASE_URL" | |
akamai_access_url_link = "MY_ACCESS_URL_LINK" | |
akamai_https_access_url_suffix = "MY_HTTPS_ACCESS_URL_SUFFIX" | |
akamai_http_config_number = 'MY_AKAMAI_HTTP_CONFIG_NUMBER' | |
akamai_https_shared_config_number = 'MY_AKAMAI_HTTPS_CONFIG_SHARED_NUMBER' | |
akamai_https_san_config_numbers = 'MY_AKAMAI_HTTPS_CONFIG_SAN_NUMBER' | |
akamai_https_custom_config_numbers = 'MY_AKAMAI_HTTPS_CONFIG_CUSTOM_NUMBER' | |
san_cert_cnames = "MY_SAN_CERT_LIST" | |
san_cert_hostname_limit = "MY_SAN_HOSTNAMES_LMIT" | |
contract_id = "MY_CONTRACT_ID" | |
group_id = "MY_GROUP_ID" | |
property_id = "MY_PROPERTY_ID" | |
[drivers:provider:akamai:storage] | |
storage_backend_type = zookeeper | |
storage_backend_host = <your_transport_server(s)> | |
storage_backend_port = <your_transport_port> | |
san_info_storage_path = '/san_info' | |
[drivers:provider:akamai:queue] | |
queue_backend_type = zookeeper | |
queue_backend_host = <your_transport_server(s)> | |
queue_backend_port = <your_transport_port> | |
mod_san_queue_path = '/mod_san_queue' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment