Annotate localhost types

This commit is contained in:
Peter Keenan 2023-07-26 16:27:09 +01:00 committed by Caesar Schinas
parent d6b2987330
commit 10f14eff87
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -127,8 +127,8 @@ Note: All steps below requires that the database engine of your choice is instal
```ini
local forgejodb forgejo scram-sha-256
host forgejodb forgejo 127.0.0.1/32 scram-sha-256
host forgejodb forgejo ::1/128 scram-sha-256
host forgejodb forgejo 127.0.0.1/32 scram-sha-256 # IPv4 local connections
host forgejodb forgejo ::1/128 scram-sha-256 # IPv6 local connections
```
For remote database: