rewrite-2 #2

Merged
stryan merged 2 commits from rewrite-2 into master 2023-05-31 21:04:07 -04:00
Showing only changes of commit d7b10a5aa5 - Show all commits

View File

@ -28,7 +28,6 @@ func main() {
viper.SetConfigType("yaml") viper.SetConfigType("yaml")
Homeserver := viper.GetString("homeserver") Homeserver := viper.GetString("homeserver")
viper.SetDefault("domain", Homeserver) viper.SetDefault("domain", Homeserver)
viper.SetDefault("statefile", "simpstate")
Username := viper.GetString("username") Username := viper.GetString("username")
Password := viper.GetString("password") Password := viper.GetString("password")
Token := viper.GetString("access_token") Token := viper.GetString("access_token")