diff options
Diffstat (limited to 'cli/app/settings/app_cfg.py')
| -rw-r--r-- | cli/app/settings/app_cfg.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py new file mode 100644 index 0000000..952e76b --- /dev/null +++ b/cli/app/settings/app_cfg.py @@ -0,0 +1,10 @@ +import os + +CLICK_GROUPS = { + 'api': 'commands/api', +} + +DATA_STORE = 'data_store' + +SEARCH_PATH = os.path.join(DATA_STORE, "search") +CATEGORIES_PATH = os.path.join(DATA_STORE, "categories") |
