Skip to content

Instantly share code, notes, and snippets.

@guaracyalima
Created October 27, 2024 02:57
Show Gist options
  • Save guaracyalima/2c19b860775808dd466f3d1c801d8c24 to your computer and use it in GitHub Desktop.
Save guaracyalima/2c19b860775808dd466f3d1c801d8c24 to your computer and use it in GitHub Desktop.
server:
port: 8001
spring:
application:
name: zth-config-srv
banner:
location: classpath:banner.txt
cloud:
config:
server:
git:
uri: https://github.com/0-to-Hero/zth-configs
username: guaracyalima
password: GITHUB_PERSONAL_TOKEN
search-paths: '''{application}/{profile}'''
clone-on-start: true
repos:
zth:
pattern: zth-*
default-label: master
dm:
pattern: dm-*
default-label: dev
vault:
authentication: TOKEN
host: 127.0.0.1
kv-version: 2
port: 8200
scheme: http
token: TOKEN
main:
allow-bean-definition-overriding: true
profiles:
active: git
security:
user:
name: admin
password: 0th
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment