etc/fixbot-nexus.py
author Tero Marttila <terom@fixme.fi>
Thu, 04 Feb 2010 19:41:25 +0200
changeset 41 9be5b4525e78
parent 35 5b6043ce9686
permissions -rw-r--r--
fixup etc/fixbot-nexus.py
41
9be5b4525e78 fixup etc/fixbot-nexus.py
Tero Marttila <terom@fixme.fi>
parents: 35
diff changeset
     1
"""
9be5b4525e78 fixup etc/fixbot-nexus.py
Tero Marttila <terom@fixme.fi>
parents: 35
diff changeset
     2
    Configuration file for the fixbot nexus component
9be5b4525e78 fixup etc/fixbot-nexus.py
Tero Marttila <terom@fixme.fi>
parents: 35
diff changeset
     3
"""
22
1f1a21852abc .hgignore, .dists, fixbot_plugin.py
terom@fixme.fi
parents:
diff changeset
     4
41
9be5b4525e78 fixup etc/fixbot-nexus.py
Tero Marttila <terom@fixme.fi>
parents: 35
diff changeset
     5
## Shared static secret for use by API connections
9be5b4525e78 fixup etc/fixbot-nexus.py
Tero Marttila <terom@fixme.fi>
parents: 35
diff changeset
     6
api_secret = "xyz"
22
1f1a21852abc .hgignore, .dists, fixbot_plugin.py
terom@fixme.fi
parents:
diff changeset
     7