12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
################################################################################
|
|
# Database Configuration #
|
|
################################################################################
|
|
|
|
type = "sqlite"
|
|
host = ""
|
|
user = ""
|
|
pass = ""
|
|
port = ""
|
|
database = ""
|
|
file = "anime_collection.sqlite3"
|