aboutsummaryrefslogtreecommitdiffstats
path: root/config/database.yml.example
blob: 4688bc4c7918b711d79865670c3f9a4d477afc30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
development:
  adapter: mysql2
  database: aclog_development
  username: aclog
  password: 
  host: localhost
  encoding: utf8mb4
  collation: utf8mb4_general_ci

test:
  adapter: mysql2
  database: aclog_test
  username: aclog
  password: 
  host: localhost
  encoding: utf8mb4
  collation: utf8mb4_general_ci

production:
  adapter: mysql2
  database: aclog_production
  username: aclog
  password: 
  host: localhost
  encoding: utf8mb4
  collation: utf8mb4_general_ci