HummingBirdAnimeClient/app/config/database.toml.example

12 lines
348 B
Plaintext

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