aboutsummaryrefslogtreecommitdiffstats
path: root/config/database.yml.example
blob: ab53f011150e20561c82981c640b7ea3393d5465 (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
development:
  adapter: mysql2
  database: aclog_development
  username: aclog
  password: 
  host: localhost
  encoding: utf8mb4

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

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