freenetis-github/tests/config.sample.ini @ 74a7dbca
74a7dbca | Michal Kliment | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
; Sample test configuration options, please fill proper values and create
|
|||
; file config.ini in same directory according to this file.
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|||
; URL configuration
|
|||
[url]
|
|||
domain = localhost
|
|||
path = /freenetis/
|
|||
; Database configuration
|
|||
[db]
|
|||
type = mysql
|
|||
user = root
|
|||
pass =
|
|||
host = localhost
|
|||
database = test
|