Small change

This commit is contained in:
Daniel Cosme
2026-03-19 16:32:11 -04:00
parent 2d1ee4471d
commit f55fc54537
2 changed files with 4 additions and 5 deletions

View File

@@ -16,10 +16,9 @@ import (
)
var (
csvPath = flag.String("csv", "aips.csv", "Path to the CSV file containing AIP names")
mysqlConnString = flag.String("mysql", "root:12345@tcp(localhost:62001)/MCP", "mysql connection string")
elasticSearch = flag.String("elastic", "http://127.0.0.1:62002", "elastic search URL")
packageNamePlaceholder = "VEV2025.624" // Placeholder for AIP package name
csvPath = flag.String("csv", "aips.csv", "Path to the CSV file containing AIP names")
mysqlConnString = flag.String("mysql", "root:12345@tcp(localhost:62001)/MCP", "mysql connection string")
elasticSearch = flag.String("elastic", "http://127.0.0.1:62002", "elastic search URL")
)
func main() {