BAEL-19790: Remove the spring.cloud.config.server.git.uri value
This commit is contained in:
parent
47277fb85f
commit
b43a3d1b4c
|
@ -1,5 +1,5 @@
|
|||
server.port=8888
|
||||
spring.cloud.config.server.git.uri=file:///${user.home}/config-repo
|
||||
spring.cloud.config.server.git.uri=
|
||||
spring.cloud.config.server.git.clone-on-start=true
|
||||
spring.security.user.name=root
|
||||
spring.security.user.password=s3cr3t
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
encrypt.keyStore.location=classpath:/config-server.jks
|
||||
encrypt.keyStore.password=my-s70r3-s3cr3t
|
||||
encrypt.keyStore.alias=config-server-key
|
||||
encrypt.keyStore.secret=my-k34-s3cr3t
|
||||
encrypt.keyStore.secret=my-k34-s3cr3t
|
||||
|
|
Loading…
Reference in New Issue