Skip to content

Commit

Permalink
fix config.json.bak remove webssh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyale committed Apr 25, 2021
1 parent 85223ee commit e8f64f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions build_mips64le.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CGO_ENABLED=0 GOOS=linux GOARCH=mips64le go build luci.go
3 changes: 1 addition & 2 deletions scripts/config.json.primary_bak
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"listen": true,
"listen_http": ":9080",
"listen_https": ":9443",
"portal": "https://your_domain.com:9443/janusec-admin/",
"webssh_enabled": false
"portal": "https://your_domain.com:9443/janusec-admin/"
},
"database": {
"host": "127.0.0.1",
Expand Down
3 changes: 1 addition & 2 deletions scripts/config.json.replica_bak
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"listen": true,
"listen_http": ":9080",
"listen_https": ":9443",
"portal": "https://your_domain.com:9443/janusec-admin/",
"webssh_enabled": false
"portal": "https://your_domain.com:9443/janusec-admin/"
},
"database": {
"host": "127.0.0.1",
Expand Down

0 comments on commit e8f64f4

Please sign in to comment.