mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
doc: update naming convention
This commit is contained in:
parent
473d620996
commit
f25d768f65
@ -24,10 +24,9 @@ LICENSE
|
||||
README.md
|
||||
|
||||
node_modules
|
||||
/cinit
|
||||
|
||||
# not release yet
|
||||
package*.json
|
||||
|
||||
example.js
|
||||
executor_server.h
|
||||
/go-judge*
|
@ -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"`
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user