Added sqlite database
This commit is contained in:
@@ -5,10 +5,11 @@ import (
|
||||
)
|
||||
|
||||
type EnvConfig struct {
|
||||
Port string
|
||||
ConfigDir string
|
||||
GithubPat string
|
||||
StoragePath string
|
||||
Port string
|
||||
ConfigDir string
|
||||
GithubPat string
|
||||
StoragePath string
|
||||
DatabasePath string
|
||||
}
|
||||
|
||||
func Load() EnvConfig {
|
||||
|
||||
Reference in New Issue
Block a user