A search interface for data from the Politics of Patents case study (part of Copim WP6): this parses data from the archive of RTF files and provides additional data from the European Patent Office API. https://patents.copim.ac.uk
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

19 lines
583B

  1. # This config file contains the environment variables for the application passed to PHP through Docker Compose. Copy the template file to config.env and fill in the variables.
  2. # Solr variables
  3. # Hostname for Solr
  4. SOLR_HOSTNAME=
  5. # Solr port, usually 8983
  6. SOLR_PORT=
  7. # Solr core, usually all
  8. SOLR_CORE=
  9. # OPS API variables
  10. # Hostname for OPS API, usually https://ops.epo.org
  11. OPS_URL=
  12. # Hostname for OPS API for images for some reason different to above, usually http://ops.epo.org
  13. OPS_URL_IMAGES=
  14. # API credentials from OPS https://developers.epo.org/
  15. CONSUMER_KEY=
  16. CONSUMER_SECRET=