diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-06-18 11:16:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 23:16:59 -0400 |
commit | 03ba974481296b76f87cbd756e41ecf5be9d006b (patch) | |
tree | 34b1ad7c6bdb3612a5854184619db3839565c3c4 /docs/content/doc/advanced/customizing-gitea.en-us.md | |
parent | 6c81b738f71e46aae33424051ac3e4cffa974fed (diff) | |
download | gitea-03ba974481296b76f87cbd756e41ecf5be9d006b.tar.gz gitea-03ba974481296b76f87cbd756e41ecf5be9d006b.zip |
Rename custom/conf/app.ini.sample to custom/conf/app.example.ini for better syntax light on editor (#11926)
* Rename custom/conf/app.ini.sample to custom/conf/app.sample.ini for better syntax light on editor
* rename to app.example.ini
* per @6543 's comment, update all references on docs
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'docs/content/doc/advanced/customizing-gitea.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/customizing-gitea.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/customizing-gitea.en-us.md b/docs/content/doc/advanced/customizing-gitea.en-us.md index b52a713e40..d6a2019ac0 100644 --- a/docs/content/doc/advanced/customizing-gitea.en-us.md +++ b/docs/content/doc/advanced/customizing-gitea.en-us.md @@ -35,7 +35,7 @@ Again `gitea help` will allow you review this variable and you can override it u `--config` option on the `gitea` binary. - [Quick Cheat Sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) -- [Complete List](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample) +- [Complete List](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini) If the `CustomPath` folder can't be found despite checking `gitea help`, check the `GITEA_CUSTOM` environment variable; this can be used to override the default path to something else. |