358 | | # |
359 | | # # Put your actual configuration here |
360 | | # # ---------------------------------- |
361 | | # # |
362 | | # # If you want to allow non-local connections, you need to add more |
363 | | # # "host" records. In that case you will also need to make PostgreSQL listen |
364 | | # # on a non-local interface via the listen_addresses configuration parameter, |
365 | | # # or via the -i or -h command line switches. |
366 | | # # |
367 | | # |
368 | | # host evergreen evergreen 10.104.10.168/32 md5 |
369 | | # |
| 358 | |
| 359 | # Put your actual configuration here |
| 360 | # ---------------------------------- |
| 361 | # |
| 362 | # If you want to allow non-local connections, you need to add more |
| 363 | # "host" records. In that case you will also need to make PostgreSQL listen |
| 364 | # on a non-local interface via the listen_addresses configuration parameter, |
| 365 | # or via the -i or -h command line switches. |
| 366 | # |
| 367 | |
| 368 | host evergreen evergreen 10.104.10.168/32 md5 |
| 369 | |