updated application yml sample file for system tests

This commit is contained in:
Oleg Hasjanov 2021-06-18 14:04:27 +03:00
parent 285eb28ac6
commit 72b3fdebad
3 changed files with 29 additions and 33 deletions

View file

@ -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"