This commit is contained in:
Sambo Chea 2020-06-24 10:29:41 +07:00
parent 40868ff8de
commit f5ae6e0297
3 changed files with 13 additions and 2 deletions

2
.gitignore vendored
View File

@ -5,6 +5,8 @@ build/
!**/src/main/**
!**/src/test/**
bootstrap.yml
### STS ###
.apt_generated
.classpath

View File

@ -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

View 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