env's

#5
by oscarwang2 - opened

When I duplicate the space, you seem to need an environment variable called API_URL. Could someone specify more clearly what this is asking for?

I have the same question

API_URL = os.environ.get("API_URL")
TOKEN = os.environ.get("TOKEN")
RESULT_URL = os.environ.get("RESULT_URL")

What are these for ?

Sign up or log in to comment