2017-03-15 17:12:48 -05:00
|
|
|
object false
|
|
|
|
|
2017-04-17 17:16:32 -05:00
|
|
|
node(:uri) { site_hostname }
|
2017-03-15 17:12:48 -05:00
|
|
|
node(:title) { Setting.site_title }
|
|
|
|
node(:description) { Setting.site_description }
|
|
|
|
node(:email) { Setting.site_contact_email }
|
2017-04-28 10:53:37 -05:00
|
|
|
node(:version) { Mastodon::Version.to_s }
|
2017-06-05 09:37:44 -05:00
|
|
|
node :urls do
|
|
|
|
{ :streaming_api => Rails.configuration.x.streaming_api_base_url }
|
|
|
|
end
|