summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--stirling-pdf.env32
3 files changed, 25 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b39bae972931..c6d4a15a87fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -152,7 +152,7 @@ pkgbase = stirling-pdf-bin
source = stirling-pdf.sysusers
source = stirling-pdf.tmpfiles
sha256sums = 93f2e10310801f271896c777443f5008f01aee964d013a88cfa22da2000f4e25
- sha256sums = e42cd1b7f960be61c93a141084002c8a8a0dc832a437b1e4b4a21004dfe4243d
+ sha256sums = 21eb87b52d8502b10b339f9d2267530fcaa73f849317ad25102b6bd489ce9280
sha256sums = 2bb657dff015c992782eddfd036cc001c105bb57e052e8b2fe3f80161a450070
sha256sums = 0f8b3d727955536ae3ed98e8aeccb8f073e4c97c36a95de595624a71ea5fdd11
sha256sums = 554fbc114c32f4b81fe3b8199e936881e26b5649098c495acfd4cd77eefd2612
diff --git a/PKGBUILD b/PKGBUILD
index 0dabb18e8fac..4c60306293ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ source=("${_pkgname}.jar::${url}/releases/download/v${pkgver}/Stirling-PDF-with-
"${_pkgname}.sysusers"
"${_pkgname}.tmpfiles")
sha256sums=('93f2e10310801f271896c777443f5008f01aee964d013a88cfa22da2000f4e25'
- 'e42cd1b7f960be61c93a141084002c8a8a0dc832a437b1e4b4a21004dfe4243d'
+ '21eb87b52d8502b10b339f9d2267530fcaa73f849317ad25102b6bd489ce9280'
'2bb657dff015c992782eddfd036cc001c105bb57e052e8b2fe3f80161a450070'
'0f8b3d727955536ae3ed98e8aeccb8f073e4c97c36a95de595624a71ea5fdd11'
'554fbc114c32f4b81fe3b8199e936881e26b5649098c495acfd4cd77eefd2612')
diff --git a/stirling-pdf.env b/stirling-pdf.env
index 32a0db4f8400..8545eaf60a77 100644
--- a/stirling-pdf.env
+++ b/stirling-pdf.env
@@ -1,14 +1,28 @@
# See https://stirlingtools.com/docs/Advanced%20Configuration/How%20to%20add%20configurations for more information
# If you want to override with environment parameter 'security.initialLogin.username' parameter naming SECURITY_INITIALLOGIN_USERNAME
-SERVER_HOST="127.0.0.1" # server.host in settings
-SERVER_PORT="8080" # server.port in settings
-
-SECURITY_ENABLELOGIN=false # security.enableLogin in settings, set to 'true' to enable login
-SECURITY_CSRFDISABLED=true # security.csrfDisabled in settings, Set to 'true' to disable CSRF protection (not recommended for production)
-SECURITY_LOGINATTEMPTCOUNT=5 # security.loginAttemptCount in settings, lock user account after 5 tries
-SECURITY_LOGINRESETTIMEMINUTES=120 # security.loginResetTimeMinutes in settings, lock account for 2 hours after x attempts
-SECURITY_INITIALLOGIN_USERNAME=admin # security.initialLogin.username in settings, initial username for the first login
-SECURITY_INITIALLOGIN_PASSWORD=stirling # security.initialLogin.password in settings, initial password for the first login
+# server.host in settings
+SERVER_HOST="127.0.0.1"
+
+# server.port in settings
+SERVER_PORT="8080"
+
+# security.enableLogin in settings, set to 'true' to enable login
+SECURITY_ENABLELOGIN=false
+
+# security.csrfDisabled in settings, Set to 'true' to disable CSRF protection (not recommended for production)
+SECURITY_CSRFDISABLED=true
+
+# security.loginAttemptCount in settings, lock user account after 5 tries
+SECURITY_LOGINATTEMPTCOUNT=5
+
+# security.loginResetTimeMinutes in settings, lock account for 2 hours after x attempts
+SECURITY_LOGINRESETTIMEMINUTES=120
+
+# security.initialLogin.username in settings, initial username for the first login
+SECURITY_INITIALLOGIN_USERNAME=admin
+
+# security.initialLogin.password in settings, initial password for the first login
+SECURITY_INITIALLOGIN_PASSWORD=stirling
# Please add other environment variables according to this link on your own: https://stirlingtools.com/docs/Advanced%20Configuration/How%20to%20add%20configurations