🚧 A bit of initial work
This commit is contained in:
parent
84945e0f54
commit
2b888f203d
7 changed files with 326 additions and 1 deletions
6
config/config.go
Normal file
6
config/config.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package config
|
||||
|
||||
type Config struct {
|
||||
Env Env
|
||||
BaseURL string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue