migrate certs into the blobs database

use platformdata/nginx/cert to store the certs
This commit is contained in:
Girish Ramakrishnan
2021-05-07 20:19:18 -07:00
parent 182918b13d
commit 84af9580a6
7 changed files with 84 additions and 26 deletions
-1
View File
@@ -48,7 +48,6 @@ exports = module.exports = {
// this is not part of appdata because an icon may be set before install
MAIL_DATA_DIR: path.join(baseDir(), 'boxdata/mail'),
APP_CERTS_DIR: path.join(baseDir(), 'boxdata/certs'),
LOG_DIR: path.join(baseDir(), 'platformdata/logs'),
TASKS_LOG_DIR: path.join(baseDir(), 'platformdata/logs/tasks'),