Launch phases are now off by default

This commit is contained in:
Pinga 2024-07-26 13:49:41 +03:00
parent 7e41bd80e1
commit c878b57171
3 changed files with 7 additions and 3 deletions

View file

@ -921,7 +921,7 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES
('phone', '+123456789'),
('handle', 'RXX'),
('email', 'contact@example.com'),
('launch_phases', 'on'),
('launch_phases', NULL),
('whois_server', 'whois.example.com'),
('rdap_server', 'https://rdap.example.com'),
('currency', 'USD');