diff --git a/forgejo/app_ini/README.md b/forgejo/app_ini/README.md index 3f323f9..41f202e 100644 --- a/forgejo/app_ini/README.md +++ b/forgejo/app_ini/README.md @@ -6,4 +6,4 @@ The `app.ini` file for Forgejo. See the [Forgejo Configuration Cheat Sheet](http On the `prod-sourcecamp-starcatsys` server, this file is located at `/etc/forgejo/app.ini`. ## env to ini -Some values in the file are shown as `` in place of a secret value. According to [forgejo/contrib/environment-to-ini](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/contrib/environment-to-ini), we should be able to use environment variables for these secrets instead of hard-coding them into the `app.ini` file. \ No newline at end of file +Some values in the file are shown as `` in place of a secret value. According to [forgejo/contrib/environment-to-ini](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/contrib/environment-to-ini), we should be able to use environment variables for these secrets instead of hard-coding them into the `app.ini` file. We're still experimenting with this feature. \ No newline at end of file