initial commit
This commit is contained in:
7
pydb/tests/config.py
Normal file
7
pydb/tests/config.py
Normal file
@@ -0,0 +1,7 @@
|
||||
MYSQL_INFO = {
|
||||
"host": "192.168.5.77",
|
||||
"user": "jellyfinuser",
|
||||
"passwd": "jellyfinuser",
|
||||
"database": "jellyfinhelper",
|
||||
"port": 3306,
|
||||
}
|
||||
Reference in New Issue
Block a user