Further fix on invoices

This commit is contained in:
Pinga 2023-12-11 12:59:49 +02:00
parent 626b0cd894
commit 3f30621bae
4 changed files with 27 additions and 7 deletions

View file

@ -696,7 +696,12 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES
('dns-udp-queries-responded', '0'),
('searchable-whois-queries', '0'),
('web-whois-queries', '0'),
('whois-43-queries', '0');
('whois-43-queries', '0'),
('company_name', 'Example Registry LLC'),
('address', '123 Example Street, Example City'),
('address2', '48000, Ukraine'),
('phone', '+123456789'),
('email', 'contact@example.com');
CREATE USER 'registry'@'localhost' IDENTIFIED BY 'EPPRegistry';
CREATE USER 'registry-select'@'localhost' IDENTIFIED BY 'EPPRegistrySELECT';