mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
b0296bd33e
10 changed files with 1814 additions and 878 deletions
|
@ -16,6 +16,7 @@ Application build and update
|
|||
For production you probably would like to create databases to your locale, example:
|
||||
|
||||
create database registry_production owner registry encoding 'UTF-8' LC_COLLATE 'et_EE.utf8' LC_CTYPE 'et_EE.utf8' template template0;
|
||||
create extension hstore;
|
||||
|
||||
Deploy overview: (database schema should be loaded and seeds should be present)
|
||||
|
||||
|
|
2569
doc/epp-examples.md
2569
doc/epp-examples.md
File diff suppressed because it is too large
Load diff
|
@ -141,7 +141,7 @@ Domain name mapping protocol short version:
|
|||
|
||||
Field name Min-max Field description
|
||||
----------------------- ------- -----------------
|
||||
<transfer> 1
|
||||
<transfer> 1 Attribute: op="request/query/approve/reject/cancel"
|
||||
<domain:transfer> 1 Attribute: xmlns:domain="https://raw.githubusercontent.com/internetee/registry/alpha/doc/schemas/domain-eis-1.0.xsd"
|
||||
<domain:name> 1 Domain name. Can contain unicode characters.
|
||||
<domain:authInfo> 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue