Wiki

Clone wiki

webdialog / Config

Configuration is possible by creating a file config.cfg in the top directory, of the following format:

[webdialog]
; your python class for updating dialog state
dialog_state_class = DialogState.dialogState
; should web.py server run in debug mode? (will also clear sessions every time)
debug = True 
; the secret key used for storing sessions
session_secret_key = 7a68f02c95dda0f81424d3ff68815151

Updated