sample.ini 552 B

12345678910111213141516171819202122232425
  1. [Database]
  2. ;Type: one of firebird,postgres,sqlite,file
  3. Type=File
  4. ; For firebird, postgres: the hostname
  5. HostName=localhost
  6. ; For all types: name of the daatbase
  7. ;DatabaseName=indexer
  8. ;DatabaseName=/home/firebird/index.fb
  9. DatabaseName=/tmp/index.dat
  10. ;DatabaseName=/tmp/index.db
  11. ; For postgres and firebird: username and password
  12. User=?
  13. Password=?
  14. [search]
  15. ; Format the returned JSON
  16. formatjson=0
  17. ; Default for minimum rank in search results
  18. minrank=1
  19. ; Default for returning metadata
  20. metadata=1
  21. ; Set a CORS header on the response or not
  22. allowcors=1