about summary refs log tree commit diff
path: root/app/views/api/v1/instances/show.rabl
blob: 88eb08a9e86fbbb4703e0a6455f39d6acdbbe73d (plain) (blame)
1
2
3
4
5
6
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 }