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
fb7d758e
Commit
fb7d758e
authored
May 06, 2013
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MySQL 版默认数据库表前缀;mail 重复配置移除
parent
d1749f20
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
97 additions
and
100 deletions
+97
-100
war/bae/src/main/resources/mail.properties
war/bae/src/main/resources/mail.properties
+32
-33
war/h2/src/main/resources/mail.properties
war/h2/src/main/resources/mail.properties
+32
-33
war/mysql/src/main/resources/local.properties
war/mysql/src/main/resources/local.properties
+1
-1
war/mysql/src/main/resources/mail.properties
war/mysql/src/main/resources/mail.properties
+32
-33
No files found.
war/bae/src/main/resources/mail.properties
View file @
fb7d758e
#
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, B3log Team
# Copyright (c) 2009, 2010, 2011, 2012, 2013, B3log Team
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
#
#
#
#
# Description: B3log Solo mail configurations. Configures this file if B3log Solo
# Description: B3log Solo mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
# Author: Liang Ding
#
#
mail.user
=
b3log.solo@gmail.com
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.password
=
b3logsolo
mail.debug
=
false
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
mail.smtp.socketFactory.port
=
465
mail.debug
=
false
war/h2/src/main/resources/mail.properties
View file @
fb7d758e
#
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, B3log Team
# Copyright (c) 2009, 2010, 2011, 2012, 2013, B3log Team
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
#
#
#
#
# Description: B3log Solo mail configurations. Configures this file if B3log Solo
# Description: B3log Solo mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
# Author: Liang Ding
#
#
mail.user
=
b3log.solo@gmail.com
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.password
=
b3logsolo
mail.debug
=
false
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
mail.smtp.socketFactory.port
=
465
mail.debug
=
false
war/mysql/src/main/resources/local.properties
View file @
fb7d758e
...
@@ -44,4 +44,4 @@ jdbc.maxConnCnt=10
...
@@ -44,4 +44,4 @@ jdbc.maxConnCnt=10
jdbc.transactionIsolation
=
READ_COMMITTED
jdbc.transactionIsolation
=
READ_COMMITTED
# The specific table name prefix
# The specific table name prefix
jdbc.tablePrefix
=
jdbc.tablePrefix
=
b3_solo
war/mysql/src/main/resources/mail.properties
View file @
fb7d758e
#
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, B3log Team
# Copyright (c) 2009, 2010, 2011, 2012, 2013, B3log Team
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
#
#
#
#
# Description: B3log Solo mail configurations. Configures this file if B3log Solo
# Description: B3log Solo mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
# Author: Liang Ding
#
#
mail.user
=
b3log.solo@gmail.com
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.password
=
b3logsolo
mail.debug
=
false
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
mail.smtp.socketFactory.port
=
465
mail.debug
=
false
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