Archived
1
0
Fork 0
This repository has been archived on 2026-05-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
archived/Makefile.local.mk-dist
Henrik Hautakoski ef3355f600 lib/mongodb: removed, link to it instead.
mongo is being mongo, alot of developement with the design and buildsystem is required.
however, that should not take place here.
2010-11-09 16:50:54 +01:00

12 lines
281 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