mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@73 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
4770257e5b
commit
b5e138bccc
@ -69,6 +69,8 @@
|
|||||||
-->
|
-->
|
||||||
<alfresco.data.location>./alf_data_jetty</alfresco.data.location>
|
<alfresco.data.location>./alf_data_jetty</alfresco.data.location>
|
||||||
<alfresco.db.name>alf_jetty</alfresco.db.name>
|
<alfresco.db.name>alf_jetty</alfresco.db.name>
|
||||||
|
<alfresco.db.username>alfresco</alfresco.db.username>
|
||||||
|
<alfresco.db.password>alfresco</alfresco.db.password>
|
||||||
<webapp.log.level>error</webapp.log.level>
|
<webapp.log.level>error</webapp.log.level>
|
||||||
<webapp.log.dir>${project.build.directory}/</webapp.log.dir>
|
<webapp.log.dir>${project.build.directory}/</webapp.log.dir>
|
||||||
<!-- End of testing webapp specific properties -->
|
<!-- End of testing webapp specific properties -->
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# this work for additional information regarding copyright ownership.
|
# this work for additional information regarding copyright ownership.
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
@ -31,8 +31,8 @@ integrity.failOnError=true
|
|||||||
|
|
||||||
db.driver=org.gjt.mm.mysql.Driver
|
db.driver=org.gjt.mm.mysql.Driver
|
||||||
db.url=jdbc:mysql://localhost/${alfresco.db.name}
|
db.url=jdbc:mysql://localhost/${alfresco.db.name}
|
||||||
db.username=alfresco
|
db.username=${alfresco.db.username}
|
||||||
db.password=alfresco
|
db.password=${alfresco.db.password}
|
||||||
db.pool.initial=10
|
db.pool.initial=10
|
||||||
db.pool.max=100
|
db.pool.max=100
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user