UNPKG

383 BYAMLView Raw
1development:
2 dialect: 'sqlite'
3 storage: 'db/development.sqlite'
4
5test:
6 dialect: 'sqlite'
7 storage: 'db/test.sqlite'
8
9# Important:
10# to use 'mysql' or 'postgres', be sure to add one of the following to your
11# package.json dependencies:
12#
13# "pg": "0.10.x",
14# "mysql": "2.0.x",
15#
16production:
17 dialect: 'mysql'
18 database: 'expo_production'
19 username: 'root'
20 password: ''