diff options
author | CaiCandong <50507092+CaiCandong@users.noreply.github.com> | 2023-09-03 17:40:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-03 11:40:10 +0200 |
commit | 7477c93d621f4e7f1e09336e6c8bd741b3781f8c (patch) | |
tree | 6156c950b879dcc74ea9cdfa7ff80f9aaed2048e /.air.toml | |
parent | fba7150ca9decee3e9c9fcd8ddeeef939231f8ec (diff) | |
download | gitea-7477c93d621f4e7f1e09336e6c8bd741b3781f8c.tar.gz gitea-7477c93d621f4e7f1e09336e6c8bd741b3781f8c.zip |
Update docs about attachment path (#26883)
This change was caused by #26271, for configuration as below:
```
[attachment]
ENABLE = true
PATH = data/attachments
MAX_SIZE = 100
MAX_FILES = 5
```
Before #26271, the resolved path is ${AppWorkPath}/${attachments.PATH}
(such as `/var/lib/gitea/data/attachments`)
After #26271, the resolved path is ${AppDataPath}/${attachments.PATH}
(such as `/var/lib/gitea/data/data/attachments`)
Fix https://github.com/go-gitea/gitea/issues/26864
Follow https://github.com/go-gitea/gitea/pull/26271
Diffstat (limited to '.air.toml')
0 files changed, 0 insertions, 0 deletions