change about change gitlab url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0eaeee06d6
commit
1439706dcc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user