docs(sentry): Fix typo in example Sentry config (#471)
This commit is contained in:
		@@ -31,7 +31,7 @@ mail.host: 'smtp'
 | 
				
			|||||||
# System Settings #
 | 
					# System Settings #
 | 
				
			||||||
###################
 | 
					###################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# If this file ever becomes compromised, it's important to regenerate your a new key
 | 
					# If this file ever becomes compromised, it's important to generate a new key.
 | 
				
			||||||
# Changing this value will result in all current sessions being invalidated.
 | 
					# Changing this value will result in all current sessions being invalidated.
 | 
				
			||||||
# A new key can be generated with `$ sentry config generate-secret-key`
 | 
					# A new key can be generated with `$ sentry config generate-secret-key`
 | 
				
			||||||
system.secret-key: '!!changeme!!'
 | 
					system.secret-key: '!!changeme!!'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user