From 692668765ec70a4e07f84ae7ad7798f4712ecd9a Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 15 Feb 2015 18:57:58 +0200 Subject: server: fix default root_path for ./run-local.sh plus add assertion early, before flask template loader bails --- res/etc/rhizi-server.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index 4b592db2..d1281c58 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -6,7 +6,7 @@ # General # development_mode = True -root_path = ./deploy-local +root_path = . static_url_path = /static # ----------------------------------------------------------------------------- -- cgit v1.3.1