Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Added new property to disable email check on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dianmorales committed Aug 26, 2015
1 parent b33d179 commit ee53f45
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
# * CONDITIONS OF ANY KIND, either express or implied. See the License for the
# * specific language governing permissions and limitations under the License.
# ************************************************************************************

# !IMPORTANT
#If you want to customize this configuration , please check the complete property list
# https://github.com/encuestame/encuestame/blob/master/enme-core/src/main/resources/org/encuestame/core/config/encuestame-config.properties
#************************************************************************************
# Home Configuration
encuestame.home= $INSTALL_PATH$FILE_SEPARATOR${home.directory}
Expand All @@ -20,7 +22,7 @@ datasource.userbd = ${db.username}
datasource.pass= ${db.password}
datasource.classname = ${db.datasource.classname}
datasource.dialect = ${db.datasource.dialect}
datasource.showsql = true
datasource.showsql = false
datasource.database = ${db.type.selection}
datasource.delimited =
datasource.hbm2ddl.auto =
Expand All @@ -31,4 +33,10 @@ datasource.urldb = ${db.datasource.urldb}
# Security Captcha
#************************************************************************************#
captcha.private.key = ${capcha.private.key}
catpcha.public.key = ${capcha.public.key}
catpcha.public.key = ${capcha.public.key}

#************************************************************************************#
# Email Configuracion.
#************************************************************************************#
# Email notification has been disabled by default
application.email.enabled = false

0 comments on commit ee53f45

Please sign in to comment.