Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
31f07115
Commit
31f07115
authored
Aug 20, 2012
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新测试资源
parent
5938f1fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
core/src/test/resources/latke.properties
core/src/test/resources/latke.properties
+16
-4
No files found.
core/src/test/resources/latke.properties
View file @
31f07115
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment