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