Make DigiDocService endpoint configurable

This commit is contained in:
Martin Lensment 2015-05-25 16:46:44 +03:00
parent f7a4dee1b6
commit 65b17e06eb
2 changed files with 8 additions and 3 deletions

View file

@ -7,7 +7,7 @@ legal_documents_dir: 'import/legal_documents'
# New Relic app name, keep only current mode, remove other names.
# Example: 'Admin, EPP, REPP' will have name 'Admin, EPP, REPP - production' at New Relic.
new_relic_app_name: 'Admin, EPP, REPP, Registrar, Registrant'
new_relic_app_name: 'Admin, EPP, REPP, Registrar, Registrant'
# You can use `rake secret` to generate a secure secret key.
# Your secret key is used for verifying the integrity of signed cookies.
@ -58,6 +58,9 @@ smtp_enable_starttls_auto: 'true' # 'false'
smtp_authentication: 'plain' # 'plain', 'login', 'cram_md5'
registrant_url: 'https:/registrant.example.com' # for valid email body registrant links
# SK DigiDocService
sk_digi_doc_service_endpoint: 'https://openxades.org:9443/DigiDocService'
# Autotest config overwrites
test:
webclient_ip: '127.0.0.1' # it should match to localhost ip address