18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"address": "http://localhost:9999",
|
|
"dbhost": "",
|
|
"dbname": "pastebin.db",
|
|
"dbtable": "pastebin",
|
|
"dbaccountstable": "accounts",
|
|
"dbtype": "sqlite3",
|
|
"dbport": "",
|
|
"dbuser":"",
|
|
"dbpassword":"",
|
|
"displayname": "MyCompany",
|
|
"listenaddress": "localhost",
|
|
"listenport": "9999",
|
|
"shorturllength": "5",
|
|
"highlighter":"./highlighter-wrapper.py",
|
|
"googleAPIKey":"insert-if-you-want-goo.gl/addr"
|
|
}
|