kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 2c66dfa3cfe858855cced99738886ff66f7c50f6
parent da13e1e768fe9a667bb2eb75afe0e3ce37a47b7c
Author: Joris Vink <joris@coders.se>
Date:   Wed, 25 Jan 2017 22:43:59 +0100

add python_import to example config

Diffstat:
conf/kore.conf.example | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/kore.conf.example b/conf/kore.conf.example @@ -104,6 +104,9 @@ workers 4 # which Kore will call when the module is loaded/reloaded. load contrib/examples/generic/example.module example_load +# Load a python file (if built with PYTHON=1) +#python_import src/index.py example_load + # Validators # validator name type regex|function #