fixbot/api_secret.py.dist
author terom@fixme.fi
Mon, 15 Sep 2008 00:31:12 +0300
changeset 22 1f1a21852abc
permissions -rw-r--r--
.hgignore, .dists, fixbot_plugin.py
22
1f1a21852abc .hgignore, .dists, fixbot_plugin.py
terom@fixme.fi
parents:
diff changeset
     1
# the shared static secret to use for API connections. This file shouldn't be world-readable
1f1a21852abc .hgignore, .dists, fixbot_plugin.py
terom@fixme.fi
parents:
diff changeset
     2
1f1a21852abc .hgignore, .dists, fixbot_plugin.py
terom@fixme.fi
parents:
diff changeset
     3
# this should be a string
1f1a21852abc .hgignore, .dists, fixbot_plugin.py
terom@fixme.fi
parents:
diff changeset
     4
secret = please replace me
1f1a21852abc .hgignore, .dists, fixbot_plugin.py
terom@fixme.fi
parents:
diff changeset
     5