aboutsummaryrefslogtreecommitdiff
path: root/internal/environment.go
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-04-28 23:26:49 -0400
committerSamuel Johnson <[email protected]>2025-04-28 23:26:49 -0400
commit54309fcde24e6ff49f414519ffb53b9321be4c59 (patch)
treec165e99926da4f1647b581cf1a69ba4b1af59173 /internal/environment.go
parent0b77727cdb52cb22ae55db5b747345c1d89a29d3 (diff)
Create app context struct
Diffstat (limited to 'internal/environment.go')
-rw-r--r--internal/environment.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/internal/environment.go b/internal/environment.go
deleted file mode 100644
index cbdd17c..0000000
--- a/internal/environment.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package internal
-
-type DbCredentials struct {
- Username string
- Password string
-}
-
-type Environment struct {
- Webmaster string
- AppPort uint64
-
- Db DbCredentials
-}