Skip to content

Commit 322978c

Browse files
move local configuration to application-local.yaml excluded from repo
1 parent 1a5635e commit 322978c

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ out/
1414
.classpath
1515
.factorypath
1616
.tmp/
17+
**/application-local.yaml
Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
11
micronaut:
22
application:
33
name: consul-populate-server
4-
5-
consul:
6-
host: ${CONSUL_HOST:localhost}
7-
port: ${CONSUL_PORT:8500}
8-
kv:
9-
prefix: config/git
10-
version: 123
11-
git:
12-
uri: https://github.com/FrogDevelopper/nihongo-configuration
13-
token: xxxxxx
14-
branch: feature/test
15-
polling:
16-
enabled: true
17-
delay: 15s
18-
files:
19-
# root-path: xxx
20-
# target: yyy
21-
format: yaml
22-
local-path: /tmp/consul

0 commit comments

Comments
 (0)