summarylogtreecommitdiffstats
path: root/stirling-pdf.env
diff options
context:
space:
mode:
authordevome2024-06-19 15:48:08 +0800
committerdevome2024-06-19 15:48:08 +0800
commitb0af9b9cf0c0592c29b6cde7259921c7d7c07cba (patch)
tree15ceefa19d26d0dae012d98f0b07f261f967bd2c /stirling-pdf.env
parenta63e4a19a6db7c3e58ead648a4db94ab5fe60405 (diff)
downloadaur-b0af9b9cf0c0592c29b6cde7259921c7d7c07cba.tar.gz
update env
Diffstat (limited to 'stirling-pdf.env')
-rw-r--r--stirling-pdf.env32
1 files changed, 23 insertions, 9 deletions
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