mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
Annotate localhost types
This commit is contained in:
parent
d6b2987330
commit
10f14eff87
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue