mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d0a9456c4f
Regression of #25648, fix #25924 Test: ```bash rm -f /tmp/example.ini /tmp/out.ini && \ echo "[security]" > /tmp/example.ini && \ echo "INSTALL_LOCK = true" >> /tmp/example.ini && \ GITEA__foo__bar=1 go run contrib/environment-to-ini/environment-to-ini.go --config=/tmp/example.ini --out=/tmp/out.ini && \ echo "==== example:" && \ cat /tmp/example.ini && \ echo "==== out:" && \ cat /tmp/out.ini ``` Output: ``` 2023/07/17 17:40:51 ...nvironment-to-ini.go:99:runEnvironmentToIni() [I] Settings saved to: "/tmp/out.ini" ==== example: [security] INSTALL_LOCK = true ==== out: [security] INSTALL_LOCK = true [foo] bar = 1 ``` |
2 years ago | |
---|---|---|
.. | ||
autocompletion | 2 years ago | |
backport | 2 years ago | |
environment-to-ini | 2 years ago | |
fhs-compliant-script | 3 years ago | |
fixtures | 2 years ago | |
gitea-monitoring-mixin | 2 years ago | |
ide | 3 years ago | |
init | 2 years ago | |
launchd | 8 years ago | |
legal | 5 years ago | |
options/label | 5 years ago | |
supervisor | 8 years ago | |
systemd | 2 years ago | |
README | 8 years ago | |
update_dependencies.sh | 3 years ago | |
upgrade.sh | 2 years ago |
README
All files in subdirectories are templates, do modifications based on your environment first.