refactor: clean up code

This commit is contained in:
2024-01-19 06:16:51 +01:00
parent 502767bb12
commit 3537532d5f

View File

@@ -129,12 +129,6 @@ func init() {
return
}
}
//dbHost = os.Getenv("DB_HOST")
//dbPassword = os.Getenv("DB_PASSWORD")
//dbUserName = os.Getenv("DB_USERNAME")
//dbName = os.Getenv("DB_NAME")
//dbPort = os.Getenv("DB_PORT")
//period = os.Getenv("SCHEDULE_PERIOD")
storage = os.Getenv("STORAGE")
err := os.Setenv("STORAGE_PATH", storagePath)
if err != nil {