aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/so-simulators/multicloud-simulator/src/main/resources/application.yaml
blob: 393d1b7b8f336ff68267442481d1ca90175093c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
server:
   port: 9996
   tomcat:
      max-threads: 4
ssl-enable: false
spring:
   security:
      users:
      -  username: mso
         password: $2a$04$f8SB6cW/VI26QvYM6z.GXu7hlEmwnFtePenD8zF18mS3Atu3QNqr2
         role: VID
      -  username: admin
         password: $2a$04$f8SB6cW/VI26QvYM6z.GXu7hlEmwnFtePenD8zF18mS3Atu3QNqr2
         role: VID
   main:
      allow-bean-definition-overriding: true