create-bar-project
Version:
This module helps create a base for web application projects.
13 lines (12 loc) • 458 B
JSON
{
"development": {
"connectionString": "mongodb+srv://bar:dqveZoD3FYW3lPOb@cluster0.70ku3.mongodb.net/Bar?retryWrites=true&w=majority"
},
"test": {
"connectionString": "mongodb+srv://bar:dqveZoD3FYW3lPOb@cluster0.70ku3.mongodb.net/Bar?retryWrites=true&w=majority"
},
"production": {
"connectionString": "mongodb+srv://bar:dqveZoD3FYW3lPOb@cluster0.70ku3.mongodb.net/Bar?retryWrites=true&w=majority"
},
"jwtKey": "barnormalproject"
}