Advertisement
Guest User

Untitled

a guest
May 10th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. # DfpClient configurations
  2. dfp:
  3. #############################################################################
  4. # Required Fields #
  5. #############################################################################
  6. application_name: "ReportViewer"
  7. #############################################################################
  8. # Optional Fields #
  9. #############################################################################
  10. # The network_code is required for all services except NetworkService:
  11. network_code: 51083463
  12. # delegated_account: INSERT_DOMAIN_WIDE_DELEGATION_ACCOUNT
  13. #############################################################################
  14. # OAuth2 Configuration #
  15. # Below you may provide credentials for either the installed application or #
  16. # service account (recommended) flows. Remove or comment the lines for the #
  17. # flow you're not using. #
  18. #############################################################################
  19. # The following values configure the client for the service account flow.
  20. path_to_private_key_file: "/Users/alon.d/IdeaProjects/DfpApiPoc/Prod_TaboolaDFP.p12"
  21. # Only needed when using P12
  22. service_account_email: "955538892241-e5h1qfp013svidljt56an92le802d0bg@developer.gserviceaccount.com"
  23. # The following values configure the client for the installed application
  24. # flow.
  25. # client_id: INSERT_OAUTH_2_CLIENT_ID_HERE
  26. # client_secret: INSERT_CLIENT_SECRET_HERE
  27. # refresh_token: INSERT_REFRESH_TOKEN_HERE
  28.  
  29.  
  30. # Common configurations:
  31. ###############################################################################
  32. # Compression (optional) #
  33. # Below you may specify whether to accept and automatically decompress gzip #
  34. # encoded SOAP requests. By default, gzip compression is not enabled. #
  35. ###############################################################################
  36. # enable_compression: False
  37. ###############################################################################
  38. # Proxy configurations (optional) #
  39. # Below you may specify an HTTP or HTTPS Proxy to be used when making API #
  40. # requests. #
  41. ###############################################################################
  42. # proxy_config:
  43. # If specified, the given cafile will only be used if certificate validation
  44. # is not disabled.
  45. # cafile: INSERT_PATH_HERE
  46. # disable_certificate_validation: False
  47. # http_proxy:
  48. # host: INSERT_HOST_HERE
  49. # port: INSERT_PROXY_PORT_HERE
  50. # The following values are optional:
  51. # username: INSERT_USERNAME_HERE
  52. # password: INSERT_PASSWORD_HERE
  53. # https_proxy:
  54. # host: INSERT_HOST_HERE
  55. # port: INSERT_PROXY_PORT_HERE
  56. # The following values are optional:
  57. # username: INSERT_USERNAME_HERE
  58. # password: INSERT_PASSWORD_HERE
  59. ################################################################################
  60. # Utilities Included (optional) #
  61. # Below you may specify whether the library will include utilities used in the #
  62. # user agent. By default, the library will include utilities used in the user #
  63. # agent. #
  64. ################################################################################
  65. # include_utilities_in_user_agent: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement