refator: deleted sensitive information
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-09-16 10:32:37 +02:00
parent 7480bf8a69
commit a695468bb7
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ CREATE TABLE `vn`.`osTicketConfig` (
INSERT INTO `vn`.`osTicketConfig`(`id`, `host`, `user`, `password`, `oldStatus`, `newStatusId`, `action`, `day`, `comment`)
VALUES
(0, 'http://localhost:56596/scp', 'ostadmin', 'Admin1', 'open', 3, 'Cerrar', 60, 'Este CAU se ha cerrado automáticamente');
(0, 'http://localhost:56596/scp', '', '', 'open', 3, 'Cerrar', 60, 'Este CAU se ha cerrado automáticamente');