aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/storage/admin/admin.h
Commit message (Collapse)AuthorAgeFilesLines
* restructured zenserver configuration (#575)Stefan Boberg2025-10-151-9/+9
| | | this breaks out the configuration logic to allow multiple applications to share common configuration and initialization logic whilst customizing chosen aspects of the process
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-0/+46
* move all storage-related services into storage tree * move config into config/ * also move admin service into storage since it mostly has storage related functionality * header consolidation