Method: Scrivito::Configuration.endpoint=

Defined in:
lib/scrivito/configuration.rb

.endpoint=(value) ⇒ Object

Sets the API endpoint URL. This configuration key is optional. Default is ‘api.scrivito.com’. If no schema is provided HTTPS is assumed.



157
158
159
# File 'lib/scrivito/configuration.rb', line 157

def endpoint=(value)
  @endpoint = value
end