Updates
This commit is contained in:
@@ -21,5 +21,6 @@ export default function grabDirNames(param?: Param): {
|
||||
userPrivateDbExportZipFilePath: string | undefined;
|
||||
userPrivateDbImportZipFileName: string;
|
||||
userPrivateDbImportZipFilePath: string | undefined;
|
||||
dbNginxLoadBalancerConfigFile: string;
|
||||
};
|
||||
export {};
|
||||
|
||||
@@ -50,6 +50,7 @@ function grabDirNames(param) {
|
||||
const userPrivateDbImportZipFilePath = userPrivateSQLExportsDir
|
||||
? path_1.default.join(userPrivateSQLExportsDir, userPrivateDbImportZipFileName)
|
||||
: undefined;
|
||||
const dbNginxLoadBalancerConfigFile = path_1.default.join(appDir, "docker/mariadb/load-balancer/config/template/nginx.conf");
|
||||
return {
|
||||
schemasDir,
|
||||
userDirPath,
|
||||
@@ -68,5 +69,6 @@ function grabDirNames(param) {
|
||||
userPrivateDbExportZipFilePath,
|
||||
userPrivateDbImportZipFileName,
|
||||
userPrivateDbImportZipFilePath,
|
||||
dbNginxLoadBalancerConfigFile,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user