File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed 
learning_observer/learning_observer Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,16 @@ event_auth:
7878    local_storage:
7979        userfile: students.yaml
8080        allow_guest: true
81+     # chromebook:            # May be necessary to support execution on chromebooks.
82+     #    allow_guest: true   # uncomment for testing or deployment as needed.
83+     # testcase_auth: {}
8184feature_flags: {}  # For enabling / disabling features in development. Useful
8285                   # ones include:
8386                   # * google_routes (for debugging / developing Google APIs)
8487                   # * save_google_ajax (for saving Google API calls -- NOT FOR PROD)
8588                   # * use_google_ajax (for using saved Google API calls -- AGAIN, NOT FOR PROD)
8689server:
87-     port: 8888     # Optional. Pick a different port.
90+     port: 8888     # Optional. Pick a different port.
91+ modules:
92+     writing_observer:
93+         use_nlp: true
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments