Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 4c7851c

Browse files
committed
Catalogue configs for local rspec
1 parent d619273 commit 4c7851c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ns-catalogue/config/config.yml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ threaded: true
1212
logger_host: 127.0.0.1
1313
logger_port: 24224
1414

15-
nsd_validator: localhost:4015
15+
nsd_validator: 127.0.0.1:4015
1616
nsd_validator_token:
1717
dependencies: [nsd_validator]

vnf-catalogue/config/config.yml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ threaded: true
1212
logger_host: 127.0.0.1
1313
logger_port: 24224
1414

15-
vnfd_validator: localhost:4570
15+
vnfd_validator: 127.0.0.1:4570
1616
vnfd_validator_token:
1717
dependencies: [vnfd_validator]

0 commit comments

Comments
 (0)