Revert "Change mysql connection to match new"

This commit is contained in:
Vishal Nayak
2016-03-23 15:18:09 -04:00
parent b251010b85
commit 6b8f3dbe1d

View File

@@ -41,7 +41,7 @@ instance. This is done by providing a DSN (Data Source Name):
```
$ vault write mysql/config/connection \
value="root:root@tcp(192.168.33.10:3306)/"
connection_url="root:root@tcp(192.168.33.10:3306)/"
Success! Data written to: mysql/config/connection
```