aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/context/environment.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/context/environment.go b/internal/context/environment.go
index 3e680cf..844d625 100644
--- a/internal/context/environment.go
+++ b/internal/context/environment.go
@@ -11,6 +11,7 @@ type DbCredentials struct {
type Environment struct {
Webmaster string
AppPort uint64
+ Serv string
Db DbCredentials
}