Skip to content
Snippets Groups Projects
Commit 6a017147 authored by ale's avatar ale
Browse files

change default audit server

parent 0b78d254
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment