Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Feb 22, 2016
1 parent a8f95b7 commit 58b16b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ The plugin provider will tell relx to create the dirs `share/schema` in the rele
The Cuttlefish plugin can take some configuration values:
```erlang
{cuttlefish,
[{file_name, "<myapp>.conf.example"},
[{file_name, "<release>.conf.example"},
{schema_discovery, false}]}
```

- `file_name` will define the file the config is written to. (`<app>.conf` is the default)
- `file_name` will define the file the config is written to. (`<release>.conf` is the default)
- `schema_discovery` can be set to true or false to either enable or disalbe discovering all schema files in libraries. (`true` is the default).

## Running Multiple Nodes
Expand Down

0 comments on commit 58b16b9

Please sign in to comment.