aboutsummaryrefslogtreecommitdiff
path: root/internal/context
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-11-24 00:38:12 -0500
committerSamuel Johnson <[email protected]>2025-11-24 00:38:12 -0500
commit177663c73f3d708120b975a74eebd0951177a53b (patch)
tree9629bfced318c645496a31cc7844c7840605113c /internal/context
parent1692aea0951f1d46af01211bd3e32920c443505f (diff)
Add blog posts to front page
Diffstat (limited to 'internal/context')
-rw-r--r--internal/context/environment.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/context/environment.go b/internal/context/environment.go
index 7d52978..35cb9d8 100644
--- a/internal/context/environment.go
+++ b/internal/context/environment.go
@@ -2,6 +2,8 @@ package context
type DbCredentials struct {
Name string
+ Host string
+ Port uint64
Username string
Password string
}