Add vnf, tag create & Associate Plugins
[releng.git] / utils / test / vnfcatalogue / helpers / migrate.js
index ec20905..a26f6ef 100644 (file)
@@ -11,8 +11,8 @@ var knex = require('knex')({
     client: 'mysql',
     connection: {
         host     : 'localhost',
-        user     : '*',
-        password : '*',
+        user     : 'myuser',
+        password : 'mypassword',
         database : 'vnf_catalogue',
         charset  : 'utf8'
     }