summaryrefslogtreecommitdiff
path: root/config/database.yml.example
blob: e598dafcf4cd7e093098a39e374f442c7081316d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
development:
  adapter: postgresql
  database: licenses_dev
  username: <username>
  password: <password>
  host: <hostname or ip address. eg.: localhost>

test:
  adapter: postgresql
  database: licenses_test
  username: <username>
  password: <password>
  host: <hostname or ip address. eg.: localhost>