diff options
author | Erik Schilling <ablu.erikschilling@gmail.com> | 2014-09-26 18:56:16 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@gmail.com> | 2014-09-26 18:56:16 +0200 |
commit | a93b2573b8b04cf883dff0c75efa3f0630e3e79e (patch) | |
tree | 16044fb18ac1a8cefdec831961206910f20d0b61 /config.py.template | |
parent | aef0bcdbda77b07f6f99e629e0499d7e576b6741 (diff) | |
download | manamarket-a93b2573b8b04cf883dff0c75efa3f0630e3e79e.tar.gz manamarket-a93b2573b8b04cf883dff0c75efa3f0630e3e79e.tar.bz2 manamarket-a93b2573b8b04cf883dff0c75efa3f0630e3e79e.tar.xz manamarket-a93b2573b8b04cf883dff0c75efa3f0630e3e79e.zip |
Added changes done outside of git
Those changes have been done on the server directly without continueing
the git history (or at least since the history i know).
Diffstat (limited to 'config.py.template')
-rw-r--r-- | config.py.template | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config.py.template b/config.py.template index 8cad23e..e55b2f6 100644 --- a/config.py.template +++ b/config.py.template @@ -1,9 +1,8 @@ -#server = "server.themanaworld.org" -server = "caliban.homeip.net" +server = "server.themanaworld.org" port = 6901 account = "" password = "" 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 = "Admin <admin@email.com>" -nosell = [833, 3000, 727] # Items which can't be sold - just add the itemid to the list. +admin = "" +#nosell = [] # Items which can't be sold - just add the itemid to the list. |