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

change default audit server

parent 77c80188
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,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")
socketPath = flag.String("socket", "/var/run/audit/local", "Path to the local socket to listen on")
enableSyslog = flag.Bool("syslog", false, "Log to syslog")
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment