update
This commit is contained in:
10
internal/domain/config.go
Normal file
10
internal/domain/config.go
Normal file
@ -0,0 +1,10 @@
|
||||
package domain
|
||||
|
||||
type Config struct {
|
||||
ConfigPath string
|
||||
Host string `toml:"host"`
|
||||
Port string `toml:"port"`
|
||||
DbName string `toml:"dbName"`
|
||||
UploadFolder string `toml:"uploadFolder"`
|
||||
TMDbApiKey string `toml:"tmdbApiKey"`
|
||||
}
|
Reference in New Issue
Block a user