summaryrefslogtreecommitdiffstats
path: root/ice-server/heat_test/default_settings.py
blob: d32d039bb15d9ecbf8cb24ab21f864311b1e3ddc (plain)
1
2
3
4
5
6
7
8
9
# ICE settings
DEBUG = True
ICE_PORT = 5000

# MSB settings
MSB_IP = "127.0.0.1"
MSB_PORT = "80"
MSB_URL = "http://"+MSB_IP+':'+MSB_PORT+"/api/microservices/v1/services"