INSERT INTO `salix`.`url` (`appName`, `environment`, `url`) VALUES ('hedera', 'test', 'https://test-shop.verdnatura.es/'), ('hedera', 'production', 'https://shop.verdnatura.es/'); INSERT INTO `salix`.`ACL` ( model, property, accessType, permission, principalType, principalId) VALUES('Url', 'getByUser', 'READ', 'ALLOW', 'ROLE', '$everyone');