Skip to content

Commit 50a6a02

Browse files
authored
fix: change domain to olares.com (#21)
1 parent dc3c52f commit 50a6a02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/web/quasar.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ module.exports = configure(function (ctx) {
8686
proxy: {
8787
"/api": {
8888
// target: "http://127.0.0.1:3010/",
89-
target: "https://fa5bd82b.zhaohuaiyuan.myterminus.com/",
89+
target: "https://fa5bd82b.zhaohuaiyuan.olares.com/",
9090
changeOrigin: true,
9191
},
9292
"/upload": {
9393
// target: "http://127.0.0.1:3010/",
94-
target: "https://fa5bd82b.zhaohuaiyuan.myterminus.com/",
94+
target: "https://fa5bd82b.zhaohuaiyuan.olares.com/",
9595
changeOrigin: true,
9696
},
9797

pkg/development/command/createapp.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,8 @@ func (at *AppTemplate) WithTraefik(cfg *CreateConfig) *AppTemplate {
847847
"--providers.kubernetescrd.namespaces={{ .Release.Namespace }",
848848
"--providers.kubernetesingress.namespaces={{ .Release.Namespace }}",
849849
"--entrypoints.websecure.http.tls=true",
850-
"--entrypoints.websecure.http.tls.domains[0].main=myterminus.com",
851-
"--entrypoints.websecure.http.tls.domains[0].sans=*.myterminus.com",
850+
"--entrypoints.websecure.http.tls.domains[0].main=olares.com",
851+
"--entrypoints.websecure.http.tls.domains[0].sans=*.olares.com",
852852
"--log.level=DEBUG",
853853
"--accesslog=true",
854854
"--accesslog.fields.defaultmode=keep",

0 commit comments

Comments
 (0)