config_FIRST_DB.json 363 B

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