This commit is contained in:
Priit Tark 2015-05-14 11:02:26 +03:00
parent 14675f5bb7
commit ab6f59c09e
8 changed files with 48 additions and 2 deletions

View file

@ -35,6 +35,9 @@ key_path: '/home/registry/registry/shared/ca/private/webclient.key.pem'
epp_hostname: 'registry.gitlab.eu'
repp_url: 'https://repp.gitlab.eu/repp/v1/'
# Registrant server configuration
restful_whois_url: 'https://restful-whois.example.com'
# SMTP configuration (for Admin/EPP/Registrar/Registrant servers)
smtp_address: 'server-hostname'
smtp_port: '25' # 587, 465

View file

@ -766,3 +766,4 @@ en:
contact_email_update_subject: 'Teie domeenide kontakt epostiaadress on muutunud / Contact e-mail addresses of your domains have changed'
object_status_prohibits_operation: 'Object status prohibits operation'
domain_registrant_update_subject: "Kinnitustaotlus domeeni %{name} registreerija vahetuseks / Application for approval for registrant chache of %{name}"
whois: WHOIS

View file

@ -191,7 +191,7 @@ common: &default_settings
development:
<<: *default_settings
# Turn on communication to New Relic service in development mode
monitor_mode: true
monitor_mode: false
app_name: Registry (Development)
# Rails Only - when running in Developer Mode, the New Relic Agent will
@ -199,7 +199,7 @@ development:
# executed since starting the mongrel.
# NOTE: There is substantial overhead when running in developer mode.
# Do not use for production or load testing.
developer_mode: true
developer_mode: false
test:
<<: *default_settings

View file

@ -126,6 +126,8 @@ Rails.application.routes.draw do
end
end
resources :whois
# resources :contacts do
# member do
# get 'delete'