19 lines
289 B
YAML

spring:
config:
activate:
on-profile: test
server:
address:
ip: 192.168.0.4
resources_path:
imgs: /etc/test/imgs
---
spring:
config:
activate:
on-profile: dev
server:
address:
ip: 192.168.0.5
resources_path:
imgs: /etc/dev/imgs