Skip to content
Snippets Groups Projects
Commit 092a609f authored by Jonas Leder's avatar Jonas Leder
Browse files

comment update

parent 41a84d63
No related branches found
No related tags found
1 merge request!1Beta
......@@ -25,7 +25,7 @@ from api import apiGet,apiPost #Scripts to handle the API
domain_to_index = {}
try:
domain = environ["domains"].split(";") #Get the domains from the enviorement variable. If no enviorement variable is set it will be set to 127.0.0.1:5000 (for testing)
domain = environ["domains"].split(";") #Get the domains from the enviorement variable. If no enviorement variable is set it will be set to 127.0.0.1:5000 and localhost:5000 (for testing)
except:
domain = ["localhost:5000", "127.0.0.1:5000"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment