From 14bceae55d30fed74767b181a6526a8dfc009ff8 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 15 Sep 2018 15:49:36 -0400 Subject: [PATCH] Add liberapay options to the example config --- config.ini.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ini.example b/config.ini.example index 6efdbb6..e945675 100644 --- a/config.ini.example +++ b/config.ini.example @@ -58,5 +58,8 @@ patreon-client-secret= # And the Patreon campaign you want to connect with: patreon-campaign= +# Optional LiberaPay integration, fill in your username here +liberapay-campaign= + # Command to reload fosspay (send it a SIGHUP) reload-command=kill -HUP $(pgrep -xf '/usr/bin/python3.*app.py' | tail -n 1)