Files
shop/.vscode/settings.json
Frederik Löffert b2d2592753 mongo test env setup
2018-05-22 17:31:01 +02:00

6 lines
164 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"go.testEnvVars": {
"MONGO_URL": "mongodb://127.0.0.1:27017/shop",
}
}