13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
################################################################################
|
|
# Database Configuration #
|
|
################################################################################
|
|
|
|
[collection]
|
|
type = "sqlite"
|
|
host = ""
|
|
user = ""
|
|
pass = ""
|
|
port = ""
|
|
database = ""
|
|
file = "anime_collection.sqlite"
|