Skip to content
sndpl edited this page Aug 25, 2011 · 16 revisions

== Create config file ==

[dbpatch]
limit = 10
default_branch = default
patch_directory = ../patches
patch_prefix = patch
color = false

; database settings
db.adapter = Mysqli
db.params.host = "localhost"
db.params.username = "username"
db.params.password = "password"
db.params.dbname = "database"
db.params.charset = "utf8"

Clone this wiki locally