svrjs-shortener/backend/shortener-config.json

6 lines
151 B
JSON

{
"mongoURL": "mongodb://localhost/shortenerdb",
"database": "shortenerdb",
"defaultURL": "https://svrjs.org",
"enableRefererSecurity": true
}