mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
Further fix on invoices
This commit is contained in:
parent
626b0cd894
commit
3f30621bae
4 changed files with 27 additions and 7 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue