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