From c1aec9211ebca4f2086a26043d1cc414545a8584 Mon Sep 17 00:00:00 2001 From: RobertoMaurizzi Date: Tue, 13 Aug 2024 03:43:41 +0000 Subject: [PATCH] tell users where to write the variables --- docs/user/push-to-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/push-to-create.md b/docs/user/push-to-create.md index 65032f05..2022a3b6 100644 --- a/docs/user/push-to-create.md +++ b/docs/user/push-to-create.md @@ -10,7 +10,7 @@ Push to create is a feature that allows you to push to a repository that does no ### Enabling Push To Create -In the `app.ini` file, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Forgejo for the changes to take effect. You can read more about these two options in the Configuration Cheat Sheet. +In the `app.ini` file, under the section `[repository]`, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Forgejo for the changes to take effect. You can read more about these two options in the Configuration Cheat Sheet. ### Using Push To Create