More UI improvements

This commit is contained in:
Pinga 2023-12-18 21:44:27 +02:00
parent 7ecc347cc4
commit 58c8f8f01a
6 changed files with 103 additions and 19 deletions

View file

@ -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`;