View difference between Paste ID: 1q872kTh and G0BRiDuH
SHOW: | | - or go back to the newest paste.
1-
# Type Available : mysql or sqlite
1+
# Type Available : mysql or sqlite or yml
2
3
database:
4
  type: 'sqlite'
5-
  hostname: 'localhost'
5+
  hostname: 'unknown'
6
  port: '3306'
7
  database: 'database'
8
  user: 'user'
9
  password: 'password'