mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 03:58:49 +01:00
20 lines
267 B
YAML
20 lines
267 B
YAML
|
|
test:
|
||
|
|
adapter: sqlite3
|
||
|
|
dbfile: test.sqlite3.db
|
||
|
|
|
||
|
|
# adapter: sqlite
|
||
|
|
# dbfile: test.sqlite.db
|
||
|
|
|
||
|
|
# adapter: mysql
|
||
|
|
# host: localhost
|
||
|
|
# username:
|
||
|
|
# password:
|
||
|
|
# database: test
|
||
|
|
|
||
|
|
# adapter: postgresql
|
||
|
|
# host: localhost
|
||
|
|
# username:
|
||
|
|
# password:
|
||
|
|
# database: test
|
||
|
|
|