Commit f7e29022 authored by Liang Ding's avatar Liang Ding

latke.props 加入 runtime mode 配置

parent 830816d2
......@@ -87,7 +87,7 @@ public final class InitProcessor {
return;
}
final AbstractFreeMarkerRenderer renderer = new ConsoleRenderer();
renderer.setTemplateName("init.ftl");
context.setRenderer(renderer);
......
......@@ -16,7 +16,7 @@
#
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.0.0.5, May 31, 2012
# Version: 1.0.0.6, Aug 14, 2012
# Author: Liang Ding
#
......@@ -37,6 +37,10 @@ staticPath=
#runtimeEnv=LOCAL
runtimeEnv=GAE
#### Runtime Mode ####
runtimeMode=DEVELOPMENT
#runtimeMode=PRODUCTION
#### Cache Implementation ####
# Note: If the runtime environment is LOCAL, the cache will be LOCAL always
#cache=LOCAL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment