# Be sure to restart your server when you modify settings. app_name: '.EE Registry' zonefile_export_dir: 'export/zonefiles' bank_statement_import_dir: 'import/bank_statements' # Contact epp will not accept org value by default # and returns 2306 "Parameter value policy error" contact_org_enabled: 'false' # You can use `rake secret` to generate a secure secret key. # Your secret key is used for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! secret_key_base: 'please-change-it-you-can-generate-it-with-rake-secret' devise_secret: 'please-change-it-you-can-generate-it-with-rake-secret' # Used by admin server, you can leave those empty for when running EPP server: openssl_config_path: '/etc/ssl/openssl.cnf' crl_path: '/home/registry/registry/shared/ca/crl/crl.pem' ca_cert_path: '/home/registry/registry/shared/ca/certs/ca.crt.pem' ca_key_path: '/home/registry/registry/shared/ca/private/ca.key.pem' ca_key_password: 'your-root-key-password' # Used only by EPP server, you can leave it empty when running admin server: webclient_ip: '127.0.0.1' webclient_cert_common_name: 'webclient' # DEPP configuration show_ds_data_fields: 'false' default_nameservers_count: '2' default_admin_contacts_count: '1' epp_port: '700' cert_path: '/home/registry/registry/shared/ca/certs/webclient.cert.pem' key_path: '/home/registry/registry/shared/ca/private/webclient.key.pem' epp_hostname: 'registry.gitlab.eu' repp_url: 'https://repp.gitlab.eu/repp/v1/' # autotest config overwrites test: webclient_ip: '127.0.0.1' # it should match to localhost ip address crl_path: '/var/lib/jenkins/workspace/registry/ca/crl/crl.pem' ca_cert_path: '/var/lib/jenkins/workspace/registry/ca/certs/ca.crt.pem' ca_key_path: '/var/lib/jenkins/workspace/registry/ca/private/ca.key.pem' ca_key_password: 'test' cert_path: '/var/lib/jenkins/workspace/registry/ca/certs/webclient.crt.pem' # DEPP key_path: '/var/lib/jenkins/workspace/registry/ca/private/webclient.key.pem' epp_hostname: '127.0.0.1' repp_url: 'http://127.0.0.1:8989/repp/v1/'