Add config skeleton

master
Joca 2025-04-15 21:09:34 -03:00
parent a24554f5db
commit adf485bb46
Signed by: jocadbz
GPG Key ID: B1836DCE2F50BDF7
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"
}