Skip to content
Snippets Groups Projects
Unverified Commit f4172da4 authored by CTFang@WireLab's avatar CTFang@WireLab
Browse files

fix: update Makefile and sample config

parent 06f95e7f
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,8 @@ $(WEBCONSOLE_FRONTEND): $(WEBCONSOLE_JS_FILES) ...@@ -21,4 +21,8 @@ $(WEBCONSOLE_FRONTEND): $(WEBCONSOLE_JS_FILES)
yarn install && \ yarn install && \
yarn build && \ yarn build && \
rm -rf ../public && \ rm -rf ../public && \
cp -R build ../public cp -R build ../public
\ No newline at end of file
clean:
rm -rf $(GO_BIN_PATH)/$(WEBCONSOLE)
rm -rf public
\ No newline at end of file
...@@ -15,7 +15,7 @@ configuration: ...@@ -15,7 +15,7 @@ configuration:
enable: true enable: true
hostIPv4: 127.0.0.1 hostIPv4: 127.0.0.1
listenPort: 2121 listenPort: 2121
port: 2121 port: 2122
tls: tls:
pem: cert/chf.pem pem: cert/chf.pem
key: cert/chf.key key: cert/chf.key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment