mirror of
https://gitea.com/gitea/docs.git
synced 2026-03-27 05:58:30 +07:00
Fix env-to-ini link (#315)
Original Gitea's repository no longer contains "Environment to INI" document referenced in "Managing Deployments With Environment Variables" section. This commit fixes the reference by pointing the link to the last commit where needed doc was still present. Reviewed-on: https://gitea.com/gitea/docs/pulls/315 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: andriibratanin <andriibratanin@noreply.gitea.com> Co-committed-by: andriibratanin <andriibratanin@noreply.gitea.com>
This commit is contained in:
committed by
Lunny Xiao
parent
d62d758d36
commit
5ee3dd40ff
@@ -289,7 +289,7 @@ docker-compose up -d
|
||||
In addition to the environment variables above, any settings in `app.ini` can be set
|
||||
or overridden with an environment variable of the form: `GITEA__SECTION_NAME__KEY_NAME`.
|
||||
These settings are applied each time the docker container starts, and won't be passed into Gitea's sub-processes.
|
||||
Full information [here](https://github.com/go-gitea/gitea/tree/master/contrib/environment-to-ini).
|
||||
Full information [here](https://github.com/go-gitea/gitea/blob/0d740a6a7231b254306d0b1513ff27e32646cd5e/contrib/environment-to-ini/README).
|
||||
|
||||
These environment variables can be passed to the docker container in `docker-compose.yml`.
|
||||
The following example will enable an smtp mail server if the required env variables
|
||||
|
||||
Reference in New Issue
Block a user