Skip to content
Snippets Groups Projects
Commit 61077e80 authored by Erkan Karabulut's avatar Erkan Karabulut
Browse files

add nuc device's local ip to the allowed hosts in ontology_interface module

parent 754992a9
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
NEO4J_HOST=<IP_HERE>
NEO4J_PORT=<PORT_HERE>
NEO4J_DATABASE=neo4j
NEO4J_USERNAME=tsmatchdemouser
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=tsmatchdemouser
# MQTT Broker
......
......@@ -24,7 +24,7 @@ SECRET_KEY = 'django-insecure-$)kcq!+=cjq4=!i-g6usbcnax!^g(*f4_z&uusqg#b88i+*t&z
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['localhost', '10.0.33.20', '10.0.7.138', '10.0.7.138', '192.168.0.103', '100.85.219.181']
ALLOWED_HOSTS = ['localhost', '10.0.33.20', '10.0.33.39', '10.0.7.138', '10.0.7.138', '192.168.0.103', '100.85.219.181']
# Application definition
......
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