gsavvas d8a82421f9 Change default SAL_HOST to nebulous-sal
Change-Id: Idb18d729e39482e9d7749b07781eb2edfce0243e
2024-05-08 16:58:18 +03:00

27 lines
504 B
YAML

logging:
level:
eu.nebulouscloud.exn: TRACE
spring:
profiles: default
main:
web-application-type: none
jms:
pub-sub-domain: true
application:
exn:
config:
url: '${ACTIVEMQ_HOST:nebulous-activemq}'
port: '${ACTIVEMQ_PORT:5672}'
username: 'admin'
password: 'admin'
sal:
protocol: 'http'
host: '${SAL_HOST:nebulous-sal}'
port: '${SAL_PORT:8080}'
api: 'sal'
username: 'admin'
password: 'admin'
jms:
topic: 'eu.nebulouscloud'