Compare commits
3 Commits
40868ff8de
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c38296642 | ||
| d1f3bb7e6f | |||
| f5ae6e0297 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,6 +5,8 @@ build/
|
|||||||
!**/src/main/**
|
!**/src/main/**
|
||||||
!**/src/test/**
|
!**/src/test/**
|
||||||
|
|
||||||
|
bootstrap.yml
|
||||||
|
|
||||||
### STS ###
|
### STS ###
|
||||||
.apt_generated
|
.apt_generated
|
||||||
.classpath
|
.classpath
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ spring:
|
|||||||
config:
|
config:
|
||||||
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
|
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
|
||||||
profile: config-client-sample
|
profile: config-client-sample
|
||||||
username: SomboCheaRootAdmin
|
username: myUsername
|
||||||
password: noRootPassword7891
|
password: myPassword
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ spring:
|
|||||||
config:
|
config:
|
||||||
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
|
uri: ${CONFIG_URL:https://config-apren.cubetiqs.com}
|
||||||
profile: config-client-sample
|
profile: config-client-sample
|
||||||
username: SomboCheaRootAdmin
|
username: anyUsername
|
||||||
password: noRootPassword7891
|
password: anyPassword
|
||||||
Reference in New Issue
Block a user