Documentation fixes
This commit is contained in:
parent
c2f83f63f8
commit
2ed8f78d69
10
README.md
10
README.md
|
@ -40,8 +40,8 @@ Execute *myvc* with the desired command.
|
|||
$ myvc [-w|--workspace] [-e|--env] [-h|--help] command
|
||||
```
|
||||
|
||||
The default working directory is the current one and unless otherwise indicated,
|
||||
the default environment is *production*.
|
||||
The default workspace directory is the current working directory and unless
|
||||
otherwise indicated, the default environment is *production*.
|
||||
|
||||
Commands for database versioning:
|
||||
|
||||
|
@ -68,9 +68,9 @@ configuration file in the root folder of this project.
|
|||
|
||||
### Environments
|
||||
|
||||
Create database connection configuration files for each environment at main
|
||||
project folder using standard MySQL *.ini*. The predefined environment names
|
||||
are *production* and *testing*.
|
||||
Create database connection configuration for each environment at main project
|
||||
folder using standard MySQL *ini* configuration files. The predefined
|
||||
environment names are *production* and *test*.
|
||||
|
||||
```text
|
||||
db.[environment].ini
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "myvc",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "MySQL Version Control",
|
||||
"license": "GPL-3.0",
|
||||
|
|
Loading…
Reference in New Issue