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
45538c25
Commit
45538c25
authored
Sep 05, 2012
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed #85
parent
5ab2e26e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
87 additions
and
0 deletions
+87
-0
war/bae/src/main/resources/local.properties
war/bae/src/main/resources/local.properties
+43
-0
war/mysql/src/main/resources/local.properties
war/mysql/src/main/resources/local.properties
+44
-0
No files found.
war/bae/src/main/resources/local.properties
0 → 100644
View file @
45538c25
#
# Copyright (c) 2009, 2010, 2011, 2012, B3log Team
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# Description: B3log Solo local environment configurations. Configures this file
# if B3log Solo runs on a standard Servlet container or Baidu App Engine,
# it is unnecessary to care this file if B3log Solo runs on Google App Engine.
# Version: 1.0.2.0, Sep 5, 2012
# Author: Liang Ding
#
#### Runtime Database (RuntimeDatabase) ####
runtimeDatabase
=
MYSQL
#### JDBC database Configurations ####
jdbc.driver
=
com.mysql.jdbc.Driver
jdbc.URL
=
jdbc:mysql://localhost:3306/b3log?useUnicode=yes&characterEncoding=UTF-8
jdbc.username
=
root
jdbc.password
=
#### JDBC database connection pool ####
# Note: If the runtime environment is BAE, the pool will be 'none' always
jdbc.pool=none
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt
=
3
jdbc.maxConnCnt
=
10
# Be care to change the transaction isolation
jdbc.transactionIsolation
=
READ_COMMITTED
war/mysql/src/main/resources/local.properties
0 → 100644
View file @
45538c25
#
# Copyright (c) 2009, 2010, 2011, 2012, B3log Team
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# Description: B3log Solo local environment configurations. Configures this file
# if B3log Solo runs on a standard Servlet container or Baidu App Engine,
# it is unnecessary to care this file if B3log Solo runs on Google App Engine.
# Version: 1.0.2.0, Sep 5, 2012
# Author: Liang Ding
#
#### Runtime Database (RuntimeDatabase) ####
runtimeDatabase
=
MYSQL
#### JDBC database Configurations ####
jdbc.driver
=
com.mysql.jdbc.Driver
jdbc.URL
=
jdbc:mysql://localhost:3306/b3log?useUnicode=yes&characterEncoding=UTF-8
jdbc.username
=
root
jdbc.password
=
#### JDBC database connection pool ####
# Note: If the runtime environment is BAE, the pool will be 'none' always
jdbc.pool=BoneCP
#jdbc.pool=c3p0
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt
=
3
jdbc.maxConnCnt
=
10
# Be care to change the transaction isolation
jdbc.transactionIsolation
=
READ_COMMITTED
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