infoalloggi-monorepo/apps/backend/queries
Marco Pedone 1ac2d4b3ab Refactor storage handlers to use centralized configuration
- Updated `fs.go` and `minio.go` to replace hardcoded storage paths with values from the new config package.
- Introduced a new `config` package to manage application configuration, including database and storage settings.
- Removed the `models.go` file from `typedefs` as it was no longer needed.
- Added a new `config.go` file to handle loading environment variables and application settings.
- Created a new `types.go` file in `typedefs` to define storage strategies.
- Updated `storage_handler.go` to utilize the new configuration structure.
2025-08-22 12:57:33 +02:00
..
annunci.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
images.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00
queries.go Refactor database handling and queries 2025-08-22 10:11:07 +02:00
storage.go Refactor storage handlers to use centralized configuration 2025-08-22 12:57:33 +02:00