mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 21:54:48 +02:00
16 lines
287 B
Ruby
16 lines
287 B
Ruby
Figaro.require_keys(%w[
|
|
app_name
|
|
zonefile_export_dir
|
|
secret_key_base
|
|
devise_secret
|
|
crl_dir
|
|
ca_cert_path
|
|
ca_key_path
|
|
ca_key_password
|
|
webclient_ips
|
|
legal_documents_dir
|
|
bank_statement_import_dir
|
|
time_zone
|
|
action_mailer_default_host
|
|
action_mailer_default_from
|
|
])
|