Skip to content

Commit 123679f

Browse files
Merge pull request #41 from ArgLab/creds-tweak
Merging in creds.yaml tweak.
2 parents 4729cf8 + 9a7c1fc commit 123679f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

learning_observer/learning_observer/creds.yaml.example

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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: {}
8184
feature_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)
8689
server:
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

0 commit comments

Comments
 (0)