basic_config.json 332 B

1234567891011121314
  1. {
  2. "DATA_CONFIG": {
  3. "dbPath": "db/ndg2.gat4/",
  4. "dbfile_default": "corpus.db",
  5. "data_interface": "sqlite3",
  6. "dynamic_occ_tables": true,
  7. "db_encoded": true,
  8. "texts_encoded": true
  9. },
  10. "LOGGER_CONFIG": {
  11. "filename": "Progetto2023_BE.log",
  12. "level": "info"
  13. }
  14. }