mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
updated application yml sample file for system tests
This commit is contained in:
parent
285eb28ac6
commit
72b3fdebad
3 changed files with 29 additions and 33 deletions
|
@ -198,6 +198,19 @@ test:
|
|||
cdns_scanner_output_file: 'test/fixtures/files/cdns_output.txt'
|
||||
dnssec_resolver_ips: 8.8.8.8, 8.8.4.4
|
||||
legal_documents_dir: 'test/fixtures/files'
|
||||
|
||||
openssl_config_path: 'test/fixtures/files/test_ca/openssl.cnf'
|
||||
crl_dir: 'test/fixtures/files/test_ca/crl'
|
||||
crl_path: 'test/fixtures/files/test_ca/crl/crl.pem'
|
||||
ca_cert_path: 'test/fixtures/files/test_ca/certs/ca.crt.pem'
|
||||
ca_key_path: 'test/fixtures/files/test_ca/private/ca.key.pem'
|
||||
ca_key_password: 'password'
|
||||
|
||||
cert_path: 'test/fixtures/files/webclient/webclient.crt.pem'
|
||||
key_path: 'test/fixtures/files/webclient/webclient.key.pem'
|
||||
epp_hostname: 'epp_proxy'
|
||||
epp_port: '700'
|
||||
epp_sessions_per_registrar: '4'
|
||||
|
||||
# Airbrake // Errbit:
|
||||
airbrake_host: "https://your-errbit-host.ee"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue