Test app

This commit is contained in:
Dan Jones 2024-09-13 17:45:06 -05:00
commit 6498f3d56b
4 changed files with 142 additions and 2 deletions

View file

@ -1,6 +1,7 @@
package config
type Config struct {
Name string
Env Env
BaseURL string
}