mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-16 17:46:59 +02:00
More UI improvements
This commit is contained in:
parent
7ecc347cc4
commit
58c8f8f01a
6 changed files with 103 additions and 19 deletions
|
@ -832,7 +832,10 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES
|
|||
('vat_number', '0'),
|
||||
('phone', '+123456789'),
|
||||
('handle', 'RXX'),
|
||||
('email', 'contact@example.com');
|
||||
('email', 'contact@example.com'),
|
||||
('launch_phases', 'on'),
|
||||
('whois_server', 'whois.example.com'),
|
||||
('rdap_server', 'https://rdap.example.com');
|
||||
|
||||
CREATE DATABASE IF NOT EXISTS `registryTransaction`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue