nat/config.json

18 lines
421 B
JSON
Raw Normal View History

{
"address": "http://localhost:9999",
"dbhost": "",
"dbname": "pastebin.db",
"dbtable": "pastebin",
2017-02-05 04:02:32 +00:00
"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"
}