modify scripts

This commit is contained in:
2025-11-05 08:40:19 +08:00
parent 2a18beb8a1
commit da85f7fa11

View File

@ -9,9 +9,9 @@ db_config_dev = {
}
db_config_nas = {
'host': 'mysql',
'user': 'root',
'password': 'root',
'host': 'mariadb',
'user': 'paperless',
'password': 'paperless',
'database': 'stockdb'
}