Updated
This commit is contained in:
parent
40868ff8de
commit
f5ae6e0297
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,6 +5,8 @@ build/
|
||||
!**/src/main/**
|
||||
!**/src/test/**
|
||||
|
||||
bootstrap.yml
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
|
@ -5,5 +5,5 @@ spring:
|
||||
config:
|
||||
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
|
||||
profile: config-client-sample
|
||||
username: SomboCheaRootAdmin
|
||||
password: noRootPassword7891
|
||||
username: anyUsername
|
||||
password: anyPassword
|
9
src/main/resources/bootstrap.yml.example
Normal file
9
src/main/resources/bootstrap.yml.example
Normal file
@ -0,0 +1,9 @@
|
||||
spring:
|
||||
application:
|
||||
name: config-client-sample
|
||||
cloud:
|
||||
config:
|
||||
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
|
||||
profile: config-client-sample
|
||||
username: anyUsername
|
||||
password: anyPassword
|
Loading…
Reference in New Issue
Block a user