Change online mode default for Velocity configuration (#10413)
This commit is contained in:
		
					parent
					
						
							
								7263a87e9c
							
						
					
				
			
			
				commit
				
					
						a7eec3f980
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -575,7 +575,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 | 
				
			||||||
+
 | 
					+
 | 
				
			||||||
+        public class Velocity extends ConfigurationPart {
 | 
					+        public class Velocity extends ConfigurationPart {
 | 
				
			||||||
+            public boolean enabled = false;
 | 
					+            public boolean enabled = false;
 | 
				
			||||||
+            public boolean onlineMode = false;
 | 
					+            public boolean onlineMode = true;
 | 
				
			||||||
+            public String secret = "";
 | 
					+            public String secret = "";
 | 
				
			||||||
+
 | 
					+
 | 
				
			||||||
+            @PostProcess
 | 
					+            @PostProcess
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue