nat/config.json

16 lines
322 B
JSON
Raw Normal View History

{
"address": "http://localhost:9999",
2022-08-03 10:02:53 +00:00
"dbtype": "sql",
"dbhost": "",
"dbname": "pastebin.db",
"dbtable": "pastebin",
2017-02-05 04:02:32 +00:00
"dbaccountstable": "accounts",
"dbport": "",
"dbuser":"",
"dbpassword":"",
"displayname": "MyCompany",
"listenaddress": "localhost",
"listenport": "9999",
2022-08-03 10:02:53 +00:00
"shorturllength": "5"
}