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)
yarn install && \
yarn build && \
rm -rf ../public && \
cp -R build ../public
\ No newline at end of file
cp -R build ../public
clean:
rm -rf $(GO_BIN_PATH)/$(WEBCONSOLE)
rm -rf public
\ No newline at end of file
......@@ -15,7 +15,7 @@ configuration:
enable: true
hostIPv4: 127.0.0.1
listenPort: 2121
port: 2121
port: 2122
tls:
pem: cert/chf.pem
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