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
b7ed294e
Commit
b7ed294e
authored
May 06, 2013
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #240 from b3log/master
Rebase
parents
53de0f9c
fb7d758e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
99 additions
and
102 deletions
+99
-102
pom.xml
pom.xml
+2
-2
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.
pom.xml
View file @
b7ed294e
...
...
@@ -110,9 +110,9 @@
</developer>
<developer>
<id>
dongx
v.vang@gmail.com
</id>
<id>
dongx
u.wang@acm.org
</id>
<name>
Dongxu Wang
</name>
<email>
dongx
v.vang@gmail.com
</email>
<email>
dongx
u.wang@acm.org
</email>
<url>
http://dx.b3log.org
</url>
<roles>
<role>
Committer
</role>
...
...
war/bae/src/main/resources/mail.properties
View file @
b7ed294e
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, 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 mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
#
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
mail.debug
=
false
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, 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 mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
#
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
war/h2/src/main/resources/mail.properties
View file @
b7ed294e
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, 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 mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
#
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
mail.debug
=
false
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, 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 mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
#
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
war/mysql/src/main/resources/local.properties
View file @
b7ed294e
...
...
@@ -44,4 +44,4 @@ jdbc.maxConnCnt=10
jdbc.transactionIsolation
=
READ_COMMITTED
# The specific table name prefix
jdbc.tablePrefix
=
jdbc.tablePrefix
=
b3_solo
war/mysql/src/main/resources/mail.properties
View file @
b7ed294e
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, 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 mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
#
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
mail.debug
=
false
#
# Copyright (c) 2009, 2010, 2011, 2012, 2013, 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 mail configurations. Configures this file if B3log Solo
# runs on standard Servlet container, it is unnecessary to change
# this file if B3log Solo runs on Google App Engine.
# Version: 1.0.0.3, Jan 4, 2013
# Author: Liang Ding
#
mail.user
=
b3log.solo@gmail.com
mail.password
=
b3logsolo
mail.debug
=
false
mail.smtp.host
=
smtp.gmail.com
mail.smtp.port
=
587
mail.smtp.socketFactory.class
=
javax.net.ssl.SSLSocketFactory
mail.smtp.socketFactory.fallback
=
false
mail.smtp.socketFactory.port
=
465
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