File: db.yaml

package info (click to toggle)
libconfig-merge-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 440 kB
  • ctags: 36
  • sloc: perl: 804; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Config file for database connections

---
inactive_timeout:   30
connections:
    default_settings:
        driver:         DBI:mysql
        host:           localhost
        database:       example
        character_set:  utf8
        time_zone:      +0:00
        username:       iannounce 
        password:       SeCrEt
        attributes:
            RaiseError:             1
            PrintError:             0
            AutoCommit:             1
        params:
            mysql_connect_timeout:   5
            mysql_client_found_rows: 1