mirror of
https://github.com/anope/anope.git
synced 2026-07-09 19:43:14 +02:00
Rip out SQL. It's utterly useless in current implementation.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1502 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1454,63 +1454,6 @@ OSOpersOnly
|
||||
#
|
||||
#DefConAkillReason "This network is currently not accepting connections, please try again later"
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# MySQL configuration
|
||||
#
|
||||
###########################################################################
|
||||
#
|
||||
# Mysql [OPTIONAL]
|
||||
#
|
||||
# Your MySQL configuration for use with Anope.
|
||||
# To disable MySQL functionality, just comment out this block.
|
||||
# To make use of MySQL use these directives and change their
|
||||
# setting to the appropriate values.
|
||||
#
|
||||
# MysqlHost defines the Mysql server hostname.
|
||||
# MysqlUser defines the Mysql user to log in with.
|
||||
# MysqlPass defines the Mysql pass required for the specified user to log in.
|
||||
# MysqlName defines the Mysql database name Anope uses
|
||||
# MysqlSock defines the Mysql UNIX socket
|
||||
# MysqlPort defines the Mysql TCP port
|
||||
#
|
||||
#MysqlHost "localhost"
|
||||
#MysqlUser "Anonymous"
|
||||
#MysqlPass ""
|
||||
#MysqlName "anope"
|
||||
#MysqlSock "/tmp/mysql.sock"
|
||||
#MysqlPort 3306
|
||||
|
||||
# MysqlSecure "<des>|<md5>|<sha>|<key>" [OPTIONAL]
|
||||
#
|
||||
# Method for storing passwords on MySQL. Available methods are:
|
||||
# Empty or not set will save your passwords as clear text.
|
||||
# des : Encrypt using a simple DES algorithm.
|
||||
# md5 : Produces the md5 hash for the password.
|
||||
# sha : Calculates the checksum using a Secure Hash Algorithm.
|
||||
# key : Encodes using "key" as password.
|
||||
# Please read docs/MYSQL file for more info and details.
|
||||
#
|
||||
#MysqlSecure ""
|
||||
|
||||
|
||||
# MysqlRetries <value> [OPTIONAL]
|
||||
# MysqlRetryGap <value> [OPTIONAL]
|
||||
#
|
||||
# These values let you define how often and with how much interruption Anope
|
||||
# shall retry to open a connection when losing the contact to the mysql db.
|
||||
# The product of these values must be between 1 and 60.
|
||||
#
|
||||
#MysqlRetries 10
|
||||
#MysqlRetryGap 1
|
||||
|
||||
# UseRDB [OPTIONAL]
|
||||
#
|
||||
# Enable this if you want anope to load its data from a remote database.
|
||||
# (e.g. MySQL)
|
||||
#
|
||||
#UseRDB
|
||||
|
||||
###########################################################################
|
||||
#
|
||||
# Module configuration
|
||||
|
||||
Reference in New Issue
Block a user