This seems to work
In the main app
app.config['some_url'] = "http:..."
In the entry point
def entrypoint(): some_url = current_app.config['some_url']