mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 03:30:13 +01:00
19 lines
267 B
YAML
19 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
|
|
|