summaryrefslogtreecommitdiff
path: root/config.py.template
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-08-27 16:38:28 +0300
committerJoseph Botosh <rumly111@gmail.com>2015-09-03 13:37:46 +0300
commit7e4ac71c32fc041addde6ac2b3abe3330ac3557c (patch)
tree36eafb6717071c37bdfdb42adc37f85720c2841e /config.py.template
parentb4f19a8e28cf09b7c8a042c8faf068217669bca5 (diff)
downloadmanamarket-7e4ac71c32fc041addde6ac2b3abe3330ac3557c.tar.gz
manamarket-7e4ac71c32fc041addde6ac2b3abe3330ac3557c.tar.bz2
manamarket-7e4ac71c32fc041addde6ac2b3abe3330ac3557c.tar.xz
manamarket-7e4ac71c32fc041addde6ac2b3abe3330ac3557c.zip
add !lastseen and !mail commands
Diffstat (limited to 'config.py.template')
-rw-r--r--config.py.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.py.template b/config.py.template
index e55b2f6..b7437bb 100644
--- a/config.py.template
+++ b/config.py.template
@@ -6,3 +6,5 @@ relist_time = 604800 # Time in seconds before an item needs to be relisted.
character = 0 #slot character is in, 0 for first, 1 for second, 2 for third
admin = ""
#nosell = [] # Items which can't be sold - just add the itemid to the list.
+sqlite3_dbfile = "data/mm.db"
+online_txt_url = 'http://server.themanaworld.org/online.txt'