A search interface for the Performing Patents Otherwise publication as part of 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 OPS API. https://patents.copim.ac.uk
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
590B

  1. # This config file contains the environment variables for the application
  2. # Flask variables
  3. FLASK_APP=app/__init__.py
  4. FLASK_RUN_HOST=0.0.0.0
  5. FLASK_DEBUG=1
  6. SITE_PASSWORD=
  7. SECRET_KEY=
  8. # Solr variables
  9. # Hostname for Solr
  10. SOLR_HOSTNAME=
  11. # Solr port, usually 8983
  12. SOLR_PORT=
  13. # Solr core, usually all
  14. SOLR_CORE=
  15. # OPS API variables
  16. # Hostname for OPS API, usually https://ops.epo.org
  17. OPS_URL=
  18. # Hostname for OPS API for images for some reason different to above, usually http://ops.epo.org
  19. OPS_URL_IMAGES=
  20. # API credentials from OPS https://developers.epo.org/
  21. CONSUMER_KEY=
  22. CONSUMER_SECRET=