conf: add example credentials

This commit is contained in:
King Kévin 2023-01-23 14:06:25 +01:00
parent a00037aa93
commit 99ad35f618
1 changed files with 7 additions and 0 deletions

7
credentials.json Normal file
View File

@ -0,0 +1,7 @@
{
"host": "localhost",
"port": 3306,
"username": "partdb",
"password": "password",
"database": "partdb"
}