refactor: remove environment variable binding for instance URL

This commit is contained in:
Johnny 2026-01-20 23:45:59 +08:00
parent 0f3c9a467d
commit d3ed069ddb
1 changed files with 0 additions and 3 deletions

View File

@ -132,9 +132,6 @@ func init() {
viper.SetEnvPrefix("memos")
viper.AutomaticEnv()
if err := viper.BindEnv("instance-url", "MEMOS_INSTANCE_URL"); err != nil {
panic(err)
}
}
func printGreetings(profile *profile.Profile) {