.. | ||
app.ini | ||
README.md |
app.ini
what
The app.ini
file for Forgejo. See the Forgejo Configuration Cheat Sheet.
where
On the prod-sourcecamp-starcatsys
server, this file is located at /etc/forgejo/app.ini
.
redacted values
For security, secrets have been redacted from this file. StarCat team members can find these values in 1Password. Soon, these values will be autofilled from Vault when the container starts.
making changes
After making changes to Forgejo's app.ini
file, restart the Forgejo service with
sudo systemctl stop forgejo.service
sudo systemctl start forgejo.service