Add config skeleton
parent
de1f442082
commit
92fd9948eb
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue