nat/config.json

16 lines
324 B
JSON
Raw Permalink Normal View History

{
"address": "http://localhost:9999",
2022-08-03 10:07:08 +00:00
"dbtype": "sqlite3",
"dbhost": "",
2022-08-03 10:07:08 +00:00
"dbname": "db.sqlite",
"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"
}