diff --git a/cmd/auditc/auditc.go b/cmd/auditc/auditc.go index b2ed0d195dc22a2b73c42bf21d02eb85ca272800..117e64bf8ad199d5e351d2237e73dd19b0ec4598 100644 --- a/cmd/auditc/auditc.go +++ b/cmd/auditc/auditc.go @@ -19,7 +19,7 @@ var ( sslCert = flag.String("ssl-cert", "/etc/ai/localhost_internal.pem", "SSL certificate file") sslKey = flag.String("ssl-key", "/etc/ai/localhost_internal.key", "SSL private key file") spoolDir = flag.String("spool-dir", "/var/spool/audit/incoming", "Path to the spool directory") - serverUrl = flag.String("server", "https://logs.m.investici.org:1717", "URL for the main audit server") + serverUrl = flag.String("server", "https://audit.x.investici.org:1717", "URL for the main audit server") ) func parseQuery(args []string) map[string]string {