Skip to content

Commit

Permalink
doc: update naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
criyle committed Nov 10, 2023
1 parent 473d620 commit f25d768
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ LICENSE
README.md

node_modules
/cinit

# not release yet
package*.json

example.js
executor_server.h
/go-judge*
2 changes: 1 addition & 1 deletion cmd/go-judge/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/koding/multiconfig"
)

// Config defines executor server configuration
// Config defines go judge server configuration
type Config struct {
// container
ContainerInitPath string `flagUsage:"container init path"`
Expand Down
4 changes: 2 additions & 2 deletions mount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ maskPath:
# container work directory
workDir: /w
# container host name
hostName: executor_server
hostName: go_judge
# container domain name
domainName: executor_server
domainName: go_judge
# container user uid
uid: 1536
# container user gid
Expand Down

0 comments on commit f25d768

Please sign in to comment.