diff --git a/package.json b/package.json index fe730ae..edba274 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myvc", - "version": "1.3.7", + "version": "1.3.8", "author": "Verdnatura Levante SL", "description": "MySQL Version Control", "license": "GPL-3.0", diff --git a/template/.gitignore b/template/.gitignore index 532df77..741926e 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -1,3 +1,4 @@ .DS_Store node_modules remotes/*.ini +!remotes/local.ini diff --git a/template/remotes/local.ini b/template/remotes/local.ini new file mode 100644 index 0000000..37849e7 --- /dev/null +++ b/template/remotes/local.ini @@ -0,0 +1,5 @@ +[client] +host = 172.16.0.1 +port = 3306 +user = root +password = root