修改端口 修改全局的vue路径
This commit is contained in:
parent
16dbf3cb0d
commit
b9f8876fde
|
@ -40,7 +40,7 @@ func main() {
|
||||||
pathdict.Store("/favicon.ico", true)
|
pathdict.Store("/favicon.ico", true)
|
||||||
|
|
||||||
rootDir := "../server" // Change this to your root directory
|
rootDir := "../server" // Change this to your root directory
|
||||||
vueBuild := "/home/eson/workspace/fusenpack-vue-created"
|
vueBuild := "/opt/fusenpack-vue-created"
|
||||||
apiURL, err := url.Parse("http://localhost:9900")
|
apiURL, err := url.Parse("http://localhost:9900")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: shopping-cart-confirmation
|
Name: shopping-cart-confirmation
|
||||||
Host: 0.0.0.0
|
Host: 0.0.0.0
|
||||||
Port: 9912
|
Port: 9911
|
||||||
SourceMysql: fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest
|
SourceMysql: fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest
|
||||||
Auth:
|
Auth:
|
||||||
AccessSecret: fusen2023
|
AccessSecret: fusen2023
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: webset
|
Name: webset
|
||||||
Host: 0.0.0.0
|
Host: 0.0.0.0
|
||||||
Port: 9914
|
Port: 9913
|
||||||
SourceMysql: "fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest"
|
SourceMysql: "fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest"
|
||||||
Auth:
|
Auth:
|
||||||
AccessSecret: fusen2023
|
AccessSecret: fusen2023
|
||||||
|
|
Loading…
Reference in New Issue
Block a user