15 lines
395 B
Text
15 lines
395 B
Text
|
|
# Enable debug
|
|
# DEBUG = 1
|
|
|
|
# Verbose output
|
|
# VERBOSE = 1
|
|
|
|
# database adapter, mysql is default
|
|
# Note: mysql is recomended, the mongo driver is not stable and you have to figure out
|
|
# how to install the libray and header files by yourself.
|
|
# database = mysql
|
|
# database = mongo
|
|
|
|
# Uncomment this if you don't have memrchr on your system. (GNU extension as of >=glibc 2.1.91)
|
|
# NO_MEMRCHR = 1
|