Skip to content

Commit

Permalink
Auto generate docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 19cdb13 commit da16bbe
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/supported-services/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,34 @@ extensions: [



## services\.postgres\.hbaConf



The contents of a custom pg_hba\.conf file to copy into the postgres installation\.
This allows for custom connection rules that you want to establish on the server\.



*Type:*
null or string



*Default:*
` null `



*Example:*

```
builtins.readFile ./my-custom/directory/to/pg_hba.conf
```



## services\.postgres\.initdbArgs


Expand Down

0 comments on commit da16bbe

Please sign in to comment.