2
0
Fork 0
mirror of https://github.com/ArchiveBox/ArchiveBox synced 2025-03-05 07:37:14 +00:00

rename config sections to match old sections

This commit is contained in:
Nick Sweeting 2024-10-15 01:01:34 -07:00
parent 7671813aa5
commit df79b8e038
No known key found for this signature in database

View file

@ -28,11 +28,11 @@ def get_CONFIG():
SEARCH_BACKEND_CONFIG,
)
return {
'SHELL': SHELL_CONFIG,
'STORAGE': STORAGE_CONFIG,
'GENERAL': GENERAL_CONFIG,
'SERVER': SERVER_CONFIG,
'ARCHIVING': ARCHIVING_CONFIG,
'SEARCHBACKEND': SEARCH_BACKEND_CONFIG,
'SHELL_CONFIG': SHELL_CONFIG,
'STORAGE_CONFIG': STORAGE_CONFIG,
'GENERAL_CONFIG': GENERAL_CONFIG,
'SERVER_CONFIG': SERVER_CONFIG,
'ARCHIVING_CONFIG': ARCHIVING_CONFIG,
'SEARCHBACKEND_CONFIG': SEARCH_BACKEND_CONFIG,
}