mirror of
https://github.com/dg/dibi.git
synced 2025-08-20 04:41:26 +02:00
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
# This will create service named 'dibi.connection'.
|
|
# Requires Nette Framework 2.2
|
|
|
|
extensions:
|
|
dibi: Dibi\Bridges\Nette\DibiExtension22
|
|
|
|
dibi:
|
|
host: localhost
|
|
username: root
|
|
password: ***
|
|
database: foo
|
|
lazy: TRUE
|