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)