basic_config.json 363 B

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