config_OVI.json 363 B

12345678910111213141516
  1. {
  2. "LOCAL_ENVIRONMENT": true,
  3. "DATA_CONFIG": {
  4. "dbPath": "/usr/local/db/",
  5. "dbfile_default": "ovi.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. }