mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Merge branch 'master' into refactor-contact-archivation
This commit is contained in:
commit
b2dab0d316
23 changed files with 253 additions and 36 deletions
|
@ -153,6 +153,8 @@ lhv_keystore_password:
|
|||
lhv_ca_file: # Needed only in dev mode
|
||||
lhv_dev_mode: 'false'
|
||||
|
||||
epp_session_timeout_seconds: '300'
|
||||
|
||||
# Since the keys for staging are absent from the repo, we need to supply them separate for testing.
|
||||
test:
|
||||
payments_seb_bank_certificate: 'test/fixtures/files/seb_bank_cert.pem'
|
||||
|
|
|
@ -202,7 +202,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :zonefiles
|
||||
resources :zones, controller: 'dns/zones', except: %i[show destroy]
|
||||
resources :legal_documents
|
||||
resources :legal_documents, only: :show
|
||||
resources :prices, controller: 'billing/prices', except: %i[show destroy] do
|
||||
member do
|
||||
patch :expire
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue