SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
net/librenms/patches/patch-_env_example
Normal file
24
net/librenms/patches/patch-_env_example
Normal file
|
@ -0,0 +1,24 @@
|
|||
Index: .env.example
|
||||
--- .env.example.orig
|
||||
+++ .env.example
|
||||
@@ -1,8 +1,14 @@
|
||||
-APP_KEY=
|
||||
+#APP_KEY=base64:xxx << insert this from "php artisan key:generate"
|
||||
|
||||
-#DB_HOST=
|
||||
-#DB_DATABASE=
|
||||
-#DB_USERNAME=
|
||||
-#DB_PASSWORD=
|
||||
+#DB_HOST=localhost
|
||||
+#DB_DATABASE=librenms
|
||||
+#DB_USERNAME=librenms
|
||||
+#DB_PASSWORD=password
|
||||
+#DB_PORT=<< optional >>
|
||||
+#DB_SOCKET=<< optional >>
|
||||
|
||||
-#APP_URL=
|
||||
+#NODE_ID=librenms.example.com
|
||||
+#APP_URL=https://librenms.example.com
|
||||
+
|
||||
+LIBRENMS_USER=_librenms
|
||||
+LIBRENMS_GROUP=_librenms
|
Loading…
Add table
Add a link
Reference in a new issue