8 lines
229 B
Ruby
8 lines
229 B
Ruby
Ridc.configure do |config|
|
|
config.customer_key = "customerKey1"
|
|
config.secret_key = "secret1"
|
|
config.host = "railsintelligence.com"
|
|
config.port = "8080"
|
|
config.application_id = "rijeciislambosna"
|
|
end
|