HummingBirdAnimeClient/app/config/database.toml.example
Timothy J Warren 42ec5faa4a
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
timw4mail/HummingBirdAnimeClient/PR-21 This commit looks good
Update phinx.yml file for new version of Phinx, see #20
2019-01-07 14:31:17 -05:00

12 lines
348 B
Plaintext

################################################################################
# Database Configuration #
################################################################################
type = "sqlite"
host = ""
user = ""
pass = ""
port = ""
database = ""
file = "anime_collection.sqlite3"