5 lines
212 B
MySQL
5 lines
212 B
MySQL
|
INSERT INTO `salix`.`url` (`appName`, `environment`, `url`)
|
||
|
VALUES
|
||
|
('hedera', 'test', 'https://test-shop.verdnatura.es/'),
|
||
|
('hedera', 'production', 'https://shop.verdnatura.es/');
|