Loading compose/docker-compose.yaml.configure +1 −3 Original line number Diff line number Diff line Loading @@ -236,15 +236,13 @@ services: image: labs.etsi.org:5050/osl/code/org.etsi.osl.osom:develop environment: SPRING_APPLICATION_JSON: '{ "spring.datasource.url" : "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1", "spring.datasource.url" : "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.user": "artemis", "spring.activemq.password": "artemis", "logging.level.org.springframework" : "INFO", "logging.level.org.etsi.osl.osom" : "INFO" }' volumes: - ./repo:/root ports: - 13100:13100 networks: Loading kubernetes/helm/openslice/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ oscreds: spring: oauthClientSecret: secret datasource: url: "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1" url: "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1" mysql: storage: 10Gi Loading Loading
compose/docker-compose.yaml.configure +1 −3 Original line number Diff line number Diff line Loading @@ -236,15 +236,13 @@ services: image: labs.etsi.org:5050/osl/code/org.etsi.osl.osom:develop environment: SPRING_APPLICATION_JSON: '{ "spring.datasource.url" : "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1", "spring.datasource.url" : "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.user": "artemis", "spring.activemq.password": "artemis", "logging.level.org.springframework" : "INFO", "logging.level.org.etsi.osl.osom" : "INFO" }' volumes: - ./repo:/root ports: - 13100:13100 networks: Loading
kubernetes/helm/openslice/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ oscreds: spring: oauthClientSecret: secret datasource: url: "jdbc:h2:~/tempdb;DB_CLOSE_DELAY=-1" url: "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1" mysql: storage: 10Gi Loading