HummingBirdAnimeClient/app/config/database.toml.example

13 lines
360 B
Plaintext

################################################################################
# Database Configuration #
################################################################################
[collection]
type = "sqlite"
host = ""
user = ""
pass = ""
port = ""
database = ""
file = "anime_collection.sqlite"