mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
6 lines
No EOL
288 B
Ruby
6 lines
No EOL
288 B
Ruby
CompanyRegister.configure do |config|
|
|
config.username = ENV['company_register_username']
|
|
config.password = ENV['company_register_password']
|
|
config.cache_period = ENV['company_register_cache_period_days'].to_i.days
|
|
config.test_mode = ENV['company_register_test_mode'] == 'true'
|
|
end |