svrjs-shortener/backend/shortener-config.json

6 lines
118 B
JSON
Raw Normal View History

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