Fix sftp paths

This commit is contained in:
Girish Ramakrishnan
2021-05-04 15:50:02 -07:00
parent fc2e2665b9
commit d8e464d9c7
2 changed files with 9 additions and 7 deletions
+2
View File
@@ -42,6 +42,8 @@ exports = module.exports = {
PROXY_AUTH_TOKEN_SECRET_FILE: path.join(baseDir(), 'platformdata/proxy-auth-token-secret'),
VERSION_FILE: path.join(baseDir(), 'platformdata/VERSION'),
SFTP_KEYS_DIR: path.join(baseDir(), 'platformdata/sftp/ssh'),
SFTP_PUBLIC_KEY_FILE: path.join(baseDir(), 'platformdata/sftp/ssh/ssh_host_rsa_key.pub'),
SFTP_PRIVATE_KEY_FILE: path.join(baseDir(), 'platformdata/sftp/ssh/ssh_host_rsa_key'),
// this is not part of appdata because an icon may be set before install
MAIL_DATA_DIR: path.join(baseDir(), 'boxdata/mail'),