refactor backend packages and global db service
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
type Config struct {
|
||||
Env string `yaml:"env"`
|
||||
Port string `yaml:"port"`
|
||||
DatabaseURL string `yaml:"database_url"`
|
||||
DSN string `yaml:"dsn"`
|
||||
StorageDir string `yaml:"storage_dir"`
|
||||
AuthSecret string `yaml:"auth_secret"`
|
||||
SystemAIKey string `yaml:"system_ai_key"`
|
||||
|
||||
Reference in New Issue
Block a user