svrjs-shortener/backend/shortener-config.json
2024-04-16 21:20:08 +02:00

5 lines
118 B
JSON

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