Added config file for db #9

Merged
phoenix merged 32 commits from db into devel 2025-04-03 13:59:56 +00:00
Showing only changes of commit 2aab3c0ceb - Show all commits

6
config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"host": "localhost",
"database": "icarus",
"username": "username",
"password": "password"
}