Exemplo n.º 1
0
def get_database_url():
    """
    :rtype
    :return:
    """
    return config_tool.get_string('DATABASE_URL')
Exemplo n.º 2
0
def get_host_url():
    return config_tool.get_string('HOST_URL')