SHOW:
|
|
- or go back to the newest paste.
| 1 | parameters: | |
| 2 | database: | |
| 3 | user: | |
| 4 | pass: ... | |
| 5 | ||
| 6 | services: | |
| 7 | connection: # staticke dibi | |
| 8 | class: DibiConnection | |
| 9 | factory: dibi::connect('%database%')
| |
| 10 | run: TRUE | |
| 11 | ||
| 12 | connection: # nestaticke dibi | |
| 13 | class: DibiConnection('%database%') |