doc: update naming convention

This commit is contained in:
criyle 2023-11-10 01:52:59 +00:00
parent 473d620996
commit f25d768f65
3 changed files with 4 additions and 5 deletions

View File

@ -24,10 +24,9 @@ LICENSE
README.md
node_modules
/cinit
# not release yet
package*.json
example.js
executor_server.h
/go-judge*

View File

@ -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"`

View File

@ -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