From 7ce0adae4d21c3089717ed67d8e391ef76add8fd Mon Sep 17 00:00:00 2001 From: deranjer Date: Fri, 19 Jan 2018 20:21:21 -0500 Subject: [PATCH] Purging config file to prepare for release test --- .gitignore | 5 ++++- config.toml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 89f79069..40190c58 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ output.json .idea/vcs.xml *.torrent boltbrowser.win64.exe -logs/server.log \ No newline at end of file +logs/server.log +.goreleaser.yml +config.toml.backup +/public/static/js/kickwebsocket.js.backup \ No newline at end of file diff --git a/config.toml b/config.toml index d5be0450..8378e38e 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ ServerPort = ":8000" #leave format as is it expects a string with colon ServerAddr = "" #blank will bind to default IP address, usually fine to leave be - LogLevel = "Debug" # Options = Debug, Info, Warn, Error, Fatal, Panic + LogLevel = "Warn" # Options = Debug, Info, Warn, Error, Fatal, Panic LogOutput = "file" #Options = file, stdout #file will print it to logs/server.log SeedRatioStop = 1.50 #automatically stops the torrent after it reaches this seeding ratio @@ -12,7 +12,7 @@ [notifications] - PushBulletToken = "o.QW6G7F6FUOKXCUKmw948fBceCUn0msFi" #add your pushbullet api token here to notify of torrent completion to pushbullet + PushBulletToken = "" #add your pushbullet api token here to notify of torrent completion to pushbullet [EncryptionPolicy]