# HG changeset patch # User Tero Marttila # Date 1265305285 -7200 # Node ID 9be5b4525e78b7c7b26097967cb0e12affde7c93 # Parent b9fdb77107681ae2d1f1301c2cb2361f5967ddc5 fixup etc/fixbot-nexus.py diff -r b9fdb7710768 -r 9be5b4525e78 etc/fixbot-nexus.py --- a/etc/fixbot-nexus.py Thu Feb 04 19:40:51 2010 +0200 +++ b/etc/fixbot-nexus.py Thu Feb 04 19:41:25 2010 +0200 @@ -1,5 +1,7 @@ -# the shared static secret to use for API connections. This file shouldn't be world-readable +""" + Configuration file for the fixbot nexus component +""" -# this should be a string -secret = please replace me +## Shared static secret for use by API connections +api_secret = "xyz"