update git config uri
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -17,11 +17,9 @@ spring:
|
|||||||
native:
|
native:
|
||||||
search-locations: classpath:/configurations
|
search-locations: classpath:/configurations
|
||||||
git:
|
git:
|
||||||
uri: https://github.com/${GIT_USER}/configuration.git
|
uri: https://github.com/${GIT_USER}/remote-config.git
|
||||||
username: ${GIT_USER}
|
username: ${GIT_USER}
|
||||||
password: ${GIT_TOKEN}
|
password: ${GIT_TOKEN}
|
||||||
clone-on-start: true
|
|
||||||
default-label: main
|
default-label: main
|
||||||
searchPaths: configurations
|
|
||||||
profiles:
|
profiles:
|
||||||
active: native
|
active: native
|
||||||
|
@@ -21,6 +21,9 @@ management:
|
|||||||
health:
|
health:
|
||||||
probes:
|
probes:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
web:
|
||||||
|
exposure:
|
||||||
|
include: refresh, bus-refresh, beans, env
|
||||||
|
|
||||||
sentry:
|
sentry:
|
||||||
dsn: https://354321d371291036cffcdb5b1a72fd6e@o394865.ingest.us.sentry.io/4507718826262528
|
dsn: https://354321d371291036cffcdb5b1a72fd6e@o394865.ingest.us.sentry.io/4507718826262528
|
||||||
|
Reference in New Issue
Block a user