svrjs-shortener/backend/shortener-config.json

7 lines
151 B
JSON
Raw Permalink Normal View History

2024-04-16 21:20:08 +02:00
{
"mongoURL": "mongodb://localhost/shortenerdb",
"database": "shortenerdb",
"defaultURL": "https://svrjs.org",
"enableRefererSecurity": true
2024-04-16 21:20:08 +02:00
}