Skip to content

Commit

Permalink
opt: desktop default config (#4876)
Browse files Browse the repository at this point in the history
* opt: desktop default config

link: frontend/desktop/data/config.yaml:26

* opt: docsurl
  • Loading branch information
zijiren233 authored Jul 15, 2024
1 parent d1193f7 commit 26604f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/desktop/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ spec:
keywords: "Sealos Cloud"
scripts: []
common:
githubStarEnabled: "false"
githubStarEnabled: false
workorderEnabled: false
accountSettingEnabled: true
docsUrl: "https://sealos.run/docs/Intro/"
aiAssistantEnabled: false
auth:
proxyAddress: ""
callbackURL: "https://127.0.0.1.nip.io/callback"
Expand Down
4 changes: 4 additions & 0 deletions frontend/desktop/deploy/manifests/configmap.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ data:
scripts: []
common:
githubStarEnabled: true
workorderEnabled: false
accountSettingEnabled: true
docsUrl: "https://sealos.run/docs/Intro/"
aiAssistantEnabled: false
auth:
proxyAddress: ""
callbackURL: "https://{{ .cloudDomain }}{{ if .cloudPort }}:{{ .cloudPort }}{{ end }}/callback"
Expand Down

0 comments on commit 26604f9

Please sign in to comment.