diff --git a/cfg/sehistory b/cfg/sehistory new file mode 100644 index 0000000..7b3bde2 --- /dev/null +++ b/cfg/sehistory @@ -0,0 +1,11 @@ +[local] +uri=http://localhost:8086 +bucket=sehistory +org=linse +token=lZpLL_FrPw3cgkeuOWo_DcwjFZerrVTa1QQk6bcjSOYgjQ8W0eyvsp4Z4FULvsz2XEWTZZ8OPengYfLaWU-gdA== + +[central] +uri=http://linse-c:8086 +bucket=sehistory +org=linse +token=ggo2cRoCIkgniXdUGi-s6oxXJPPDzgKEFHh6PXuBg1QQa3aBo36tGFP_6cf50FRNoDQgGcelh3xBM5QsVw4rHA== diff --git a/getsestuff b/getsestuff index 6389288..2f419e2 100755 --- a/getsestuff +++ b/getsestuff @@ -314,6 +314,7 @@ def do_feeder(): """history feeder""" if check_repo(home, 'sehistory', None, 'master'): do('git pull') + docopy('cfg/sehistory', join(home, '.config', 'sehistory')) def do_seweb():