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