aboutsummaryrefslogtreecommitdiff
path: root/internal/context
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-11 02:51:42 -0500
committerSamuel Johnson <[email protected]>2025-12-11 02:51:42 -0500
commitd4ad397b85994d4d6fdfbf75ce1bc65fdb2f9b33 (patch)
tree7dfe7586ed1b7c72432d98a467a82f785c2e557f /internal/context
parent6785f856b81b6c0de8c8828761779732b30191af (diff)
Add RSS feed constructor
Diffstat (limited to 'internal/context')
-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
}