File: configuration.yml.example

package info (click to toggle)
ruby-mysql2 0.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 968 kB
  • sloc: ruby: 3,093; ansic: 3,072; sh: 67; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
root:
  host: localhost
  username: LOCALUSERNAME
  password:
  database: test

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