8267-devToTest #3270

Merged
alexm merged 131 commits from 8267-devToTest into test 2024-12-03 12:18:21 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit a68d7e8c0b - Show all commits

View File

@ -26,7 +26,7 @@ module.exports = function(Self) {
fields: ['appName', 'url'],
where: {
appName: {inq: appNames},
environment: process.env.NODE_ENV ?? 'dev',
environment: process.env.NODE_ENV ?? 'development',
}
};

View File

@ -3011,10 +3011,10 @@ INSERT INTO `vn`.`profileType` (`id`, `name`)
INSERT INTO `salix`.`url` (`appName`, `environment`, `url`)
VALUES
('lilium', 'dev', 'http://localhost:9000/#/'),
('hedera', 'dev', 'http://localhost:9090/'),
('salix', 'dev', 'http://localhost:5000/#!/'),
('docuware', 'dev', 'http://docuware');
('lilium', 'development', 'http://localhost:9000/#/'),
('hedera', 'development', 'http://localhost:9090/'),
('salix', 'development', 'http://localhost:5000/#!/'),
('docuware', 'development', 'http://docuware');
INSERT INTO `vn`.`report` (`id`, `name`, `paperSizeFk`, `method`)
VALUES