added root password change

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-12 17:42:27 +01:00
parent 4eb3eedda5
commit 3babba3aba
2 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ except FileNotFoundError:
config = {
"mysql": {
"host": "localhost",
"user": "root",
"password": "",
"user": "pxm",
"password": "pixel",
"database": "pixeltube_db"
}
}