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