wesnoth/website/stats.wesnoth.org/.gitignore
Gregory Shikhman 492efa7b4b port to turbogears 2...
...-> much better debugging features and better URL generation control
2009-05-31 06:03:29 +00:00

21 lines
634 B
Plaintext

# $Id$
"""
Copyright (C) 2009 by Gregory Shikhman <cornmander@cornmander.com>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
or at your option any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
See the COPYING file for more details.
"""
#edit these settings to match your MySQL db login info
DB_HOSTNAME="localhost"
DB_USERNAME="cornmander"
DB_PASSWORD="feQa2Aju"
DB_NAME="corn"
DB_TABLE_PREFIX="_ws"