def domain_name(self):
"""Domain name for the running application
:returns: string: containing the current domain name for the
application
"""
return hookenv.config('domain-name') or hookenv.service_name()
评论列表
文章目录