mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 19:54:25 -04:00
rename config sections to match old sections
This commit is contained in:
parent
7671813aa5
commit
df79b8e038
1 changed files with 6 additions and 6 deletions
|
@ -28,11 +28,11 @@ def get_CONFIG():
|
||||||
SEARCH_BACKEND_CONFIG,
|
SEARCH_BACKEND_CONFIG,
|
||||||
)
|
)
|
||||||
return {
|
return {
|
||||||
'SHELL': SHELL_CONFIG,
|
'SHELL_CONFIG': SHELL_CONFIG,
|
||||||
'STORAGE': STORAGE_CONFIG,
|
'STORAGE_CONFIG': STORAGE_CONFIG,
|
||||||
'GENERAL': GENERAL_CONFIG,
|
'GENERAL_CONFIG': GENERAL_CONFIG,
|
||||||
'SERVER': SERVER_CONFIG,
|
'SERVER_CONFIG': SERVER_CONFIG,
|
||||||
'ARCHIVING': ARCHIVING_CONFIG,
|
'ARCHIVING_CONFIG': ARCHIVING_CONFIG,
|
||||||
'SEARCHBACKEND': SEARCH_BACKEND_CONFIG,
|
'SEARCHBACKEND_CONFIG': SEARCH_BACKEND_CONFIG,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue