mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 09:07:00 +02:00
Fixed #64
This commit is contained in:
parent
66ae0e2d04
commit
fd0909f3ec
8 changed files with 72 additions and 20 deletions
|
@ -880,7 +880,8 @@ INSERT INTO `registry`.`settings` (`name`, `value`) VALUES
|
|||
('email', 'contact@example.com'),
|
||||
('launch_phases', 'on'),
|
||||
('whois_server', 'whois.example.com'),
|
||||
('rdap_server', 'https://rdap.example.com');
|
||||
('rdap_server', 'https://rdap.example.com'),
|
||||
('currency', 'USD');
|
||||
|
||||
CREATE DATABASE IF NOT EXISTS `registryTransaction`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue