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.

config.env.template 563B

2 yıl önce
1234567891011121314151617181920212223
  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. # Solr variables
  7. # Hostname for Solr
  8. SOLR_HOSTNAME=
  9. # Solr port, usually 8983
  10. SOLR_PORT=
  11. # Solr core, usually all
  12. SOLR_CORE=
  13. # OPS API variables
  14. # Hostname for OPS API, usually https://ops.epo.org
  15. OPS_URL=
  16. # Hostname for OPS API for images for some reason different to above, usually http://ops.epo.org
  17. OPS_URL_IMAGES=
  18. # API credentials from OPS https://developers.epo.org/
  19. CONSUMER_KEY=
  20. CONSUMER_SECRET=