mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Amended typo: trailing space
Trailing space before colon in the `settings.yml` has been fixed.
This commit is contained in:
		
							parent
							
								
									84b355951f
								
							
						
					
					
						commit
						1f1cdf6fe8
					
				@ -224,7 +224,7 @@ security:
 | 
				
			|||||||
  enableLogin: false # set to 'true' to enable login
 | 
					  enableLogin: false # set to 'true' to enable login
 | 
				
			||||||
  csrfDisabled: true # Set to 'true' to disable CSRF protection (not recommended for production)
 | 
					  csrfDisabled: true # Set to 'true' to disable CSRF protection (not recommended for production)
 | 
				
			||||||
  loginAttemptCount: 5 # lock user account after 5 tries
 | 
					  loginAttemptCount: 5 # lock user account after 5 tries
 | 
				
			||||||
  loginResetTimeMinutes : 120 # lock account for 2 hours after x attempts
 | 
					  loginResetTimeMinutes: 120 # lock account for 2 hours after x attempts
 | 
				
			||||||
#  initialLogin:
 | 
					#  initialLogin:
 | 
				
			||||||
#    username: "admin" # Initial username for the first login (these are defaulted)
 | 
					#    username: "admin" # Initial username for the first login (these are defaulted)
 | 
				
			||||||
#    password: "stirling" # Initial password for the first login
 | 
					#    password: "stirling" # Initial password for the first login
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@ security:
 | 
				
			|||||||
  enableLogin: false # set to 'true' to enable login
 | 
					  enableLogin: false # set to 'true' to enable login
 | 
				
			||||||
  csrfDisabled: true # Set to 'true' to disable CSRF protection (not recommended for production)
 | 
					  csrfDisabled: true # Set to 'true' to disable CSRF protection (not recommended for production)
 | 
				
			||||||
  loginAttemptCount: 5 # lock user account after 5 tries
 | 
					  loginAttemptCount: 5 # lock user account after 5 tries
 | 
				
			||||||
  loginResetTimeMinutes : 120 # lock account for 2 hours after x attempts
 | 
					  loginResetTimeMinutes: 120 # lock account for 2 hours after x attempts
 | 
				
			||||||
#  initialLogin:
 | 
					#  initialLogin:
 | 
				
			||||||
#    username: "admin" # Initial username for the first login
 | 
					#    username: "admin" # Initial username for the first login
 | 
				
			||||||
#    password: "stirling" # Initial password for the first login
 | 
					#    password: "stirling" # Initial password for the first login
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user