Add property key for private-key

This commit is contained in:
woozu.shin 2022-03-29 20:53:22 +09:00
parent cefa9e54ef
commit 893a5d9b8b
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,8 @@ plugins {
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
// Spring Cloud : 2020.0.x aka Ilford
// Spring Boot : 2.4.x, 2.5.x (Starting with 2020.0.3)
group = 'com.kakaoent.adp.trevi.configserver'
version = '1.0.0'

View File

@ -7,6 +7,13 @@ spring:
config:
server:
git:
uri: https://github.com/valuepotion/trevi-cloud-config.git
uri: git@github.com:kakaoent/adp-config-server-config.git
default-label: main
search-paths: '{application}/{profile},{application}'
# private-key: ${parsedPrivateKey}
# private-key-raw: ${CONFIG_SERVER_PRIVATE_KEY}
ignore-local-ssh-settings: true
# host-key-algorithm: ssh-rsa
private-key: |
-----BEGIN EC PRIVATE KEY-----
-----END EC PRIVATE KEY-----