Skip to content

Commit

Permalink
#75 yaml explained
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 24, 2024
1 parent e318e3c commit 432ce89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ Pgtk::LiquibaseTask.new liquibase: :pgsql do |t|
end
```

The config.yml file should be in this format:

```yaml
pgsql:
host: ...
port: ...
dbname: ...
user: ...
password: ...
```

You should create that `liquibase/master.xml` file in your repository,
and a number of other XML files with Liquibase changes. This
[example](https://github.com/zold-io/wts.zold.io/tree/master/liquibase)
Expand Down

0 comments on commit 432ce89

Please sign in to comment.