Updated
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user