Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.42 KB | None | 0 0
  1. spring:
  2.   profiles:
  3.     include: git
  4.   cloud:
  5.     config:
  6.       server:
  7.         git:
  8.           uri: git@github.com:Acme/repo.git
  9.           label: spin-external-config
  10.           refresh-rate: 20
  11.           ignoreLocalSshSettings: true
  12.           deleteUntrackedBranches: true
  13.           privateKey: |
  14.            -----BEGIN OPENSSH PRIVATE KEY-----
  15.             foobarbaz==
  16.             -----END OPENSSH PRIVATE KEY-----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement