Skip to content

Commit 9c454ec

Browse files
committed
Fix database example in gosync.simple.yml
1 parent ece9ce4 commit 9c454ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/gosync.simple.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ sync:
1818

1919
database:
2020
- type: mysql
21+
database: app
22+
user: mysql-user
23+
password: mysql-password
2124
filter:
2225
exclude:
2326
include:
2427
local:
25-
schema: app
28+
database: app
2629
connection:
2730
docker: compose:mysql
2831
options:

0 commit comments

Comments
 (0)