nat/config.json

17 lines
388 B
JSON
Raw Normal View History

{
"address": "http://localhost:9999",
"dbhost": "",
"dbname": "pastebin.db",
"dbtable": "pastebin",
"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"
}