Skip to content

Commit 432ce89

Browse files
committedMay 24, 2024··
#75 yaml explained
1 parent e318e3c commit 432ce89

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎README.md

+11
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ Pgtk::LiquibaseTask.new liquibase: :pgsql do |t|
6969
end
7070
```
7171

72+
The config.yml file should be in this format:
73+
74+
```yaml
75+
pgsql:
76+
host: ...
77+
port: ...
78+
dbname: ...
79+
user: ...
80+
password: ...
81+
```
82+
7283
You should create that `liquibase/master.xml` file in your repository,
7384
and a number of other XML files with Liquibase changes. This
7485
[example](https://github.com/zold-io/wts.zold.io/tree/master/liquibase)

0 commit comments

Comments
 (0)
Please sign in to comment.