3 lines
92 B
Ruby
3 lines
92 B
Ruby
|
Locomotive::Configuration.setup do |config|
|
||
|
config.default_domain_name = 'example.com'
|
||
|
end
|