feat: move Linear config to installation_config (#10999)

This PR has the following changes

- Add `LINEAR_CLIENT_ID` and `LINEAR_CLIENT_SECRET` to installation
config
- Add Linear config to super_admin/features.yml
- Replace usage of ENV.fetch with GlobalConfigService.load for fetch
Client Id and Secret.
This commit is contained in:
Muhsin Keloth
2025-02-28 14:20:27 +05:30
committed by GitHub
parent e90c231dd3
commit ef24eef0b9
8 changed files with 33 additions and 8 deletions

View File

@@ -243,3 +243,16 @@
locked: false
description: 'Contents on your firebase credentials json file'
## ------ End of Configs added for FCM v1 notifications ------ ##
## ------ Configs added for Linear ------ ##
- name: LINEAR_CLIENT_ID
display_title: 'Linear Client ID'
value:
locked: false
description: 'Linear client ID'
- name: LINEAR_CLIENT_SECRET
display_title: 'Linear Client Secret'
value:
locked: false
description: 'Linear client secret'
## ------ End of Configs added for Linear ------ ##