refactor: extract DefaultAuthDir constant per review feedback
This commit is contained in:
@@ -22,6 +22,7 @@ import (
|
||||
const (
|
||||
DefaultPanelGitHubRepository = "https://github.com/router-for-me/Cli-Proxy-API-Management-Center"
|
||||
DefaultPprofAddr = "127.0.0.1:8316"
|
||||
DefaultAuthDir = "~/.cli-proxy-api"
|
||||
)
|
||||
|
||||
// Config represents the application's configuration, loaded from a YAML file.
|
||||
|
||||
Reference in New Issue
Block a user