diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-15 18:57:58 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-15 18:57:58 +0200 |
| commit | 692668765ec70a4e07f84ae7ad7798f4712ecd9a (patch) | |
| tree | 8d34277303f142dcc4d17ff4ba1de8689284497f /res | |
| parent | 1b4aff6486789897ab486df271b12698a115e497 (diff) | |
server: fix default root_path for ./run-local.sh plus add assertion early, before flask template loader bails
Diffstat (limited to 'res')
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
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 # ----------------------------------------------------------------------------- |
