mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-13 01:09:42 -05:00
cosmetic change
This commit is contained in:
parent
c3176495e5
commit
d4b53524c0
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ The following changes are recommended if dealing with many large files:
|
||||||
PROTOCOL = sendmail
|
PROTOCOL = sendmail
|
||||||
FROM = "Forgejo Git" <noreply@yourdomain.com>
|
FROM = "Forgejo Git" <noreply@yourdomain.com>
|
||||||
```
|
```
|
||||||
- By default Forgejo will listen to the port 3000 but that can be [changed to 80 with HTTP_PORT](../config-cheat-sheet) like this:
|
- By default Forgejo will listen to the port 3000 but that can be [changed to 80 with HTTP_PORT](../config-cheat-sheet) like this:
|
||||||
```ini
|
```ini
|
||||||
[server]
|
[server]
|
||||||
HTTP_PORT = 80
|
HTTP_PORT = 80
|
||||||
|
|
Loading…
Reference in a new issue