mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 16:54:31 +00:00
7 lines
212 B
Ruby
7 lines
212 B
Ruby
object false
|
|
|
|
node(:uri) { Rails.configuration.x.local_domain }
|
|
node(:title) { Setting.site_title }
|
|
node(:description) { Setting.site_description }
|
|
node(:email) { Setting.site_contact_email }
|