Small change
This commit is contained in:
7
main.go
7
main.go
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user