docs: fixed config files path for editing settings...

This commit is contained in:
RhodeCode Admin 2024-03-29 10:43:02 +01:00
parent d684cf1f5d
commit 0f1fbf4ccc
17 changed files with 23 additions and 23 deletions

View file

@ -87,7 +87,7 @@ following instructions.
Hostname is required for the integration to properly set the instance URL.
When your hostname is known (e.g https://code.rhodecode.com) please set it
inside :file:`/home/{user}/.rccontrol/{instance-id}/rhodecode.ini`
inside :file:`config/_shared/rhodecode.ini`
add into `[app:main]` section the following configuration:
@ -111,7 +111,7 @@ following instructions.
In case of connection problems please set
`ssh.enable_debug_logging = true` inside the SSH configuration of
:file:`/home/{user}/.rccontrol/{instance-id}/rhodecode.ini`
:file:`config/_shared/rhodecode.ini`
Then add, remove your SSH key and try connecting again.
Debug logging will be printed to help find the problems on the server side.