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