summaryrefslogtreecommitdiff
path: root/server_config.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-26 17:05:54 +0300
committerWolfy-J <[email protected]>2018-07-26 17:05:54 +0300
commit8226b1f064ba1dca8f817bb882e0e570fc057e43 (patch)
tree606261f4b57d3acc5c977f57253c848782f40952 /server_config.go
parent234995f297c4067f4dfdba305f3b16a90143cf12 (diff)
default service value as version
Diffstat (limited to 'server_config.go')
-rw-r--r--server_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_config.go b/server_config.go
index b0680852..50b19d5a 100644
--- a/server_config.go
+++ b/server_config.go
@@ -29,7 +29,7 @@ type ServerConfig struct {
// while server is running.
Pool *Config
- // Env defines set of values to be passed to the command context.
+ // Default defines set of values to be passed to the command context.
env []string
}