Commit 31f07115 authored by Liang Ding's avatar Liang Ding

更新测试资源

parent 5938f1fd
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
# Author: Liang Ding # Author: Liang Ding
# #
#### Server #### #### Server ####
# Configures the followings before deploy # Configures the followings before deploy
serverScheme=http serverScheme=http
...@@ -28,11 +29,22 @@ serverPort=8080 ...@@ -28,11 +29,22 @@ serverPort=8080
staticServerScheme=http staticServerScheme=http
staticServerHost=localhost staticServerHost=localhost
staticServerPort=8080 staticServerPort=8080
# Note: The context path will always be "" if runtime environment is GAE # Note: The context path and static path should be "" if deploy app on ROOT. For other cases, starts with '/'
contextPath=blog # and not ends with '/', for example, /blog
contextPath=
staticPath=
#### Runtime Environment ####
#runtimeEnv=LOCAL
runtimeEnv=GAE
#### Runtime Mode ####
runtimeMode=DEVELOPMENT
#runtimeMode=PRODUCTION
#### Cache Implementation #### #### Cache Implementation ####
# cache=LOCAL # Note: If the runtime environment is LOCAL, the cache will be LOCAL always
#cache=LOCAL
cache=GAE cache=GAE
#### User Service Implementation #### #### User Service Implementation ####
...@@ -40,4 +52,4 @@ cache=GAE ...@@ -40,4 +52,4 @@ cache=GAE
userService=LOCAL userService=LOCAL
#### Static resource version #### #### Static resource version ####
staticResourceVersion=201205021456 staticResourceVersion=201206280945
\ No newline at end of file \ No newline at end of file
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