Sha256: 302d45c177ac9b3a964e56dd066c6ffeb9cec44f471f4eb3cfd01f6cf67d8fbc
Contents?: true
Size: 865 Bytes
Versions: 2
Compression:
Stored size: 865 Bytes
Contents
Qa.config do |config| # When enabled, CORS headers will be added to the responses for search and show. `OPTIONS` method will also be supported. # Uncomment one of the lines below to enable or disable CORS headers. This configuration defaults to disabled when not set. # More information on CORS headers at: https://fetch.spec.whatwg.org/#cors-protocol # config.enable_cors_headers # config.disable_cors_headers # Provide a token that allows reloading of linked data authorities through the controller # action '/reload/linked_data/authorities?auth_token=YOUR_AUTH_TOKEN_DEFINED_HERE' without # requiring a restart of rails. By default, reloading through the browser is not allowed # when the token is nil or blank. Change to any string to control who has access to reload. # config.authorized_reload_token = YOUR_AUTH_TOKEN_DEFINED_HERE end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qa-2.3.0 | lib/generators/qa/install/templates/config/initializers/qa.rb |
qa-2.2.0 | lib/generators/qa/install/templates/config/initializers/qa.rb |