change about change gitlab url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-01-17 09:54:45 +01:00
parent 0eaeee06d6
commit 1439706dcc
Signed by: wn
GPG Key ID: 18FDFA577A8871AD

View File

@ -13,6 +13,10 @@ After a migration changing the base url in the configuration is not enough. It m
ApplicationSetting.current.update!(home_page_url: 'https://neue-url.example.com') ApplicationSetting.current.update!(home_page_url: 'https://neue-url.example.com')
ApplicationSetting.current.update!(after_sign_out_path: 'https://neue-url.example.com') ApplicationSetting.current.update!(after_sign_out_path: 'https://neue-url.example.com')
``` ```
* Reading out a value from the ApplicationSetting via the gitlab-rails console is done using
```
ApplicationSetting.current.home_page_url
```
* Clear the internal cache: * Clear the internal cache:
``` ```
gitlab-rake cache:clear gitlab-rake cache:clear