16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"address": "http://localhost:9999",
|
|
"dbtype": "sql",
|
|
"dbhost": "",
|
|
"dbname": "pastebin.db",
|
|
"dbtable": "pastebin",
|
|
"dbaccountstable": "accounts",
|
|
"dbport": "",
|
|
"dbuser":"",
|
|
"dbpassword":"",
|
|
"displayname": "MyCompany",
|
|
"listenaddress": "localhost",
|
|
"listenport": "9999",
|
|
"shorturllength": "5"
|
|
}
|