aboutsummaryrefslogtreecommitdiffstats
path: root/custom/conf/app.ini.sample
Commit message (Collapse)AuthorAgeFilesLines
* Fixed link to Issue 165 in comment, that was broken by commit ↵Roman Egunkov2017-12-291-1/+1
| | | | 2d68bd1ef98849da54c869b103e93719d1accb5e (index 8110ac85..0f6163c4 100644). (#3267)
* Add an option to allow redirect of http port 80 to https. (#1928)Mike Fellows2017-12-251-0/+6
| | | | | | | | | | | | | * Add an option to allow redirect of http port 80 to https. This is an "opt in" option (default is to not redirect). It will only redirect if protocol is https and the new REDIRECT_PORT_80 option is set to true. The Port to redirect in previous commit was hardcoded to 80, now it can be specified in the app.ini, defaulting to 80. The boolean option to turn redirection on has been changed to REDIRECT_OTHER_PORT to be logically consistent with the new port option. Signed-off-by: Mike Fellows <mike.fellows@shaw.ca>
* Support default private when creating or migrating repository (#3239)Lunny Xiao2017-12-201-0/+2
| | | | | | | | | | * support default private when creating or migrating repository * fix fmt * use string constants on repository default private in app.ini * fix fmt
* Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample (#3215)Sandro Santilli2017-12-171-0/+4
| | | Include defaults in cheat sheet, for that section
* Make spacing in configuration file consistent (#3186)Patrick Lühne2017-12-141-4/+4
| | | | | This makes the spacing consistent across all options. Signed-off-by: Patrick Lühne <patrick-github@luehne.de>
* Fix fault PR renaming app.ini (#2977)Jonas Bröms2017-11-261-0/+588