Adding project endpoint and https support
[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:
6      key-store: classpath:keystore/org.onap.so.p12
7      key-store-password: 'u!@JQoYD])@ykq.NKM,O7iA.'
8      keyStoreType: PKCS12
9 ssl-enable: true
10
11 spring:
12    security:
13       username: aai
14       #password: aai.onap.org:demo123456!
15       password: $2a$04$crRntT01fAF4kb48mxlvgu68/silcLg.czC1LxQsKTdWuDBPpO3YO
16       role: VID
17