Add config
This commit is contained in:
parent
1ad118ff63
commit
4167d9b535
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -175,7 +175,17 @@ values that can go in that section:
|
|||
| port | no | 5432 |
|
||||
| user | yes | none |
|
||||
| pass | no | none |
|
||||
| sslmode | no | 'require' |
|
||||
| sslmode | no | "require" |
|
||||
|
||||
You can also pass in these optional configuration values as well if you would prefer
|
||||
not to pass them through the command line or environment variables:
|
||||
|
||||
| Name | Default |
|
||||
| --- | --- |
|
||||
| base_dir | none |
|
||||
| pkg_name | "models" |
|
||||
| out_folder| "models" |
|
||||
| exclude | [] |
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue