Skip to content

Commit

Permalink
update to test oracle env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed Oct 9, 2020
1 parent 5256138 commit f1f31fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/oe-cloud-studio/server/datasources.mongo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
*/
var mongoHost = process.env.MONGO_HOST || 'localhost';
var dbName = process.env.DB_NAME || 'configdb-app';
var dbName = process.env.DB_NAME || "dbname";
module.exports =
{
'memdb': {
Expand Down

0 comments on commit f1f31fb

Please sign in to comment.