Move ccnet.conf to ccnet.conf.tpl

This commit is contained in:
Alex 2020-02-11 22:36:45 +01:00
parent acdb34027b
commit 6da7ecfa9f
3 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@
# Whitelist specific files
!seafile/conf/seafdav.conf
!seafile/conf/ccnet.conf
!seafile/ccnet/seafile.ini
!email/dkim/keytable

View file

@ -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"
}