diff options
| author | Samuel Johnson <[email protected]> | 2025-04-28 23:26:49 -0400 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-04-28 23:26:49 -0400 |
| commit | 54309fcde24e6ff49f414519ffb53b9321be4c59 (patch) | |
| tree | c165e99926da4f1647b581cf1a69ba4b1af59173 /internal/environment.go | |
| parent | 0b77727cdb52cb22ae55db5b747345c1d89a29d3 (diff) | |
Create app context struct
Diffstat (limited to 'internal/environment.go')
| -rw-r--r-- | internal/environment.go | 13 |
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 -} |
