File: configuration.yml.example

package info (click to toggle)
ruby-mysql2 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 744 kB
  • sloc: ansic: 2,997; ruby: 2,751; sh: 60; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
root:
  host: localhost
  username: root
  password:
  database: test

user:
  host: localhost
  username: LOCALUSERNAME
  password:
  database: mysql2_test