SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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