freebsd-ports/net-mgmt/librenms/files/patch-.env.example
Dan Langille 538b425cc3 Fix double logging
HEADS UP: See UPDATING for changes affecting your upgrade.
          New installs not affected.

This patch adds a new rc_variable: librenms_daemonflags

The -T option is gone as that will force a log to syslog, doubling up on log
entries.

A new APP_LOG setting has been added to the .env file. Please update and
move your logs.  See UPDATING.

PR:		246598
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
2020-07-26 17:48:41 +00:00

20 lines
324 B
Text

--- .env.example.orig 2020-07-10 19:56:16 UTC
+++ .env.example
@@ -1,8 +1,13 @@
APP_KEY=
-#DB_HOST=
-#DB_DATABASE=
-#DB_USERNAME=
-#DB_PASSWORD=
+DB_HOST=localhost
+DB_DATABASE=librenms
+DB_USERNAME=librenms
+DB_PASSWORD=
#APP_URL=
+NODE_ID=1
+DB_PORT=3306
+LIBRENMS_USER=www
+
+APP_LOG=/var/log/librenms/librenms.log