-
Notifications
You must be signed in to change notification settings - Fork 2
Spring config server
Oleksandr Loushkin edited this page Aug 29, 2017
·
1 revision
springConfig:
enabled: true
refreshPeriod: 10000
sourceFolder: /somedirectory/configs/springconfig/
profiles:
- dev
- qa
- default
httpServer:
name: spring-config-server
port: 8888
host: 127.0.0.1
ssl:
enabled: true
keyStoreLocation: mock_keystore.jks
keyStorePassword: mockpassword
refreshPeriod: 0 - disable config watcher.