Advertisement
Guest User

config.yaml

a guest
Mar 3rd, 2019
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. mwApis:
  2. - # This is the only required parameter,
  3. # the URL of you MediaWiki API endpoint.
  4. uri: 'http://wiki.domain.local/api.php'
  5. # The "domain" is used for communication with Visual Editor
  6. # and RESTBase. It defaults to the hostname portion of
  7. # the `uri` property above, but you can manually set it
  8. # to an arbitrary string. It must match the "domain" set
  9. # in $wgVirtualRestConfig.
  10. domain: 'wiki.domain.local' # optional
  11. # To specify a proxy (or proxy headers) specific to this prefix
  12. # (which overrides defaultAPIProxyURI). Alternatively, set `proxy`
  13. # to `null` to override and force no proxying when a default proxy
  14. # has been set.
  15. #proxy:
  16. # uri: 'http://my.proxy:1234/'
  17. # headers: # optional
  18. # 'X-Forwarded-Proto': 'https'
  19. # See below, defaults to true.
  20. #strictSSL: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement