PromucFlow_constructor/deploy/docker/utils/bin/constants.js
Shrikant Sharat Kandula f0a61285a6
docs: Fat container documentation fixes (#7207)
Added additional details about how to use the fat container, and how to manage / maintain it.

Also includes some refactorings that shouldn't affect the functionality significantly.
2021-09-14 19:01:06 +05:30

13 lines
231 B
JavaScript

const BACKUP_PATH = "/appsmith-stacks/data/backup"
const RESTORE_PATH = "/appsmith-stacks/data/restore"
const DUMP_FILE_NAME = "appsmith-data.archive"
module.exports = {
BACKUP_PATH,
RESTORE_PATH,
DUMP_FILE_NAME,
}