blob: 1ac3280219fd7a633448f16b043e3f4ef12ed1f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
vnfconfigbackupservice
---------------------
Need to change in application.properties:
- Update properties file based on the Database.
e.g-spring.datasource.url=jdbc:mariadb://localhost:3306/DBNAME
- Need to change Rest-conf values:
eg.sdnc.rest.vnf.api.host=10.53.172.121
sdnc.rest.vnf.api.port=8282
sdnc.rest.vnf.api.basepath=/restconf
sdnc.rest.vnf.api.username=xxxx
sdnc.rest.vnf.api.password=xxxx
|