summaryrefslogtreecommitdiffstats
path: root/ice-server/heat_test/default_settings.cfg
blob: 3721bbf35914926527240adafa65c3dcdda1ddf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# ICE settings
DEBUG = True
ICE_ADDR = "127.0.0.1"
ICE_PORT = 5000
ICE_SCRIPT_PATH = '../../validation-scripts/ice_validator'
ICE_VERSION = "v1"
ICE_SERVICE_NAME = "vnfsdk-ice"

# MSB settings
MSB_ADDR = "127.0.0.1"
MSB_PORT = "80"
MSB_URL = "http://%s:%s/api/microservices/v1/services" % (MSB_ADDR, MSB_PORT)