Compare commits

...

3 Commits

Author SHA1 Message Date
Sambo Chea
1c38296642 Update README.md 2020-06-24 10:30:39 +07:00
d1f3bb7e6f Updated 2020-06-24 10:29:51 +07:00
f5ae6e0297 Updated 2020-06-24 10:29:41 +07:00
3 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@@ -15,6 +15,6 @@ spring:
config:
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
profile: config-client-sample
username: SomboCheaRootAdmin
password: noRootPassword7891
username: myUsername
password: myPassword
```

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