etc/fixbot-nexus.py
author Tero Marttila <terom@fixme.fi>
Thu, 04 Feb 2010 19:54:49 +0200
changeset 43 78bc61c677d8
parent 41 9be5b4525e78
permissions -rw-r--r--
fix fixbot_* -> fixbot-*, update defaults/init.d scripts
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