Add config skeleton

master
Joca 2025-04-15 21:09:34 -03:00 committed by BodgeMaster
parent de1f442082
commit 92fd9948eb
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"domain_name": "localhost",
"threadr_dir": "/threadr",
"db_username": "threadr_user",
"db_password": "threadr_password",
"db_database": "threadr_db",
"db_svr_host": "localhost:3306"
}