예제 #1
0
def get_database_url():
    """
    :rtype
    :return:
    """
    return config_tool.get_string('DATABASE_URL')
예제 #2
0
def get_host_url():
    return config_tool.get_string('HOST_URL')