Adding service instances endpoint supports
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / aai-simulator / src / main / resources / application.yaml
1 server:
2    port: 9993
3    tomcat:
4       max-threads: 4
5 ssl-enable: false
6
7 spring:
8    security:
9       username: aai
10       #password: aai.onap.org:demo123456!
11       password: $2a$04$crRntT01fAF4kb48mxlvgu68/silcLg.czC1LxQsKTdWuDBPpO3YO
12       role: VID
13