123456789101112131415 |
- {
- "LOCAL_ENVIRONMENT": true,
- "DATA_CONFIG": {
- "dbPath": "db/first_db/",
- "dbfile_default": "test1.db",
- "data_interface": "sqlite3",
- "dynamic_occ_tables": true,
- "db_encoded": false,
- "texts_encoded": false
- },
- "LOGGER_CONFIG": {
- "filename": "Progetto2023_BE.log",
- "level": "info"
- }
- }
|