forked from Deuxfleurs/infrastructure
Move ccnet.conf to ccnet.conf.tpl
This commit is contained in:
parent
acdb34027b
commit
6da7ecfa9f
3 changed files with 1 additions and 2 deletions
1
consul/configuration/.gitignore
vendored
1
consul/configuration/.gitignore
vendored
|
@ -10,7 +10,6 @@
|
|||
|
||||
# Whitelist specific files
|
||||
!seafile/conf/seafdav.conf
|
||||
!seafile/conf/ccnet.conf
|
||||
!seafile/ccnet/seafile.ini
|
||||
|
||||
!email/dkim/keytable
|
||||
|
|
|
@ -112,7 +112,7 @@ job "seafile" {
|
|||
}
|
||||
|
||||
artifact {
|
||||
source = "http://127.0.0.1:8500/v1/kv/configuration/seafile/conf/ccnet.conf?raw"
|
||||
source = "http://127.0.0.1:8500/v1/kv/configuration/seafile/conf/ccnet.conf.tpl?raw"
|
||||
destination = "secrets/conf/ccnet.conf.tpl"
|
||||
mode = "file"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue