-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-567 bumped to latest version of entando-core-parent (#3)
* ENG-567 bumped to latest version of entando-core-parent * ENG-567 bumped to latest version of entando-core-parent * ENG-567 disabled failing tests
- Loading branch information
Showing
7 changed files
with
205 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
######## Datasources -- start | ||
|
||
# IMPORTANT # | ||
# any other datasource has to have parameters likes the follows: | ||
# jdbc.<DS_TEST_CODE>.beanName | ||
# jdbc.<DS_TEST_CODE>.driverClassName | ||
# jdbc.<DS_TEST_CODE>.url | ||
# jdbc.<DS_TEST_CODE>.username | ||
# jdbc.<DS_TEST_CODE>.password | ||
# DS_TEST_CODE is the unique code of the datasource | ||
|
||
jdbc.portDb.beanName=portDataSource | ||
jdbc.portDb.driverClassName=${test.database.driver} | ||
jdbc.portDb.url=${test.database.port.url} | ||
jdbc.portDb.username=${test.database.username} | ||
jdbc.portDb.password=${test.database.password} | ||
|
||
jdbc.servDb.beanName=servDataSource | ||
jdbc.servDb.driverClassName=${test.database.driver} | ||
jdbc.servDb.url=${test.database.serv.url} | ||
jdbc.servDb.username=${test.database.username} | ||
jdbc.servDb.password=${test.database.password} | ||
|
||
######## Datasources -- end | ||
|
||
logActiveFileOutput=false | ||
logName=${project.build.directory}/test/${project.artifactId} | ||
logFileRotatePattern=${project.build.directory}/test/${project.artifactId}_logs/${project.artifactId}-%i.log.gz | ||
logLevel=ERROR | ||
# Maximum allowed file size for single log file in Bytes (10485760 = 10 Mb) | ||
logFileSize=1048576 | ||
logFilesCount=10 | ||
|
||
configVersion=test | ||
|
||
applicationBaseURL=http://www.entando.com/Entando/ | ||
resourceRootURL=/Entando/resources/ | ||
protectedResourceRootURL=/Entando/protected/ | ||
|
||
resourceDiskRootFolder=${project.build.directory}/test/resources/ | ||
protectedResourceDiskRootFolder=${project.build.directory}/test/protected/ | ||
|
||
indexDiskRootFolder=${project.build.directory}/test/indexdir | ||
|
||
portDataSourceClassName=${test.database.driver} | ||
servDataSourceClassName=${test.database.driver} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Parameters for Argon2 algorithm encryption | ||
algo.argon2.type=ARGON2i | ||
algo.argon2.hash.length=32 | ||
algo.argon2.salt.length=16 | ||
algo.argon2.iterations=4 | ||
algo.argon2.memory=65536 | ||
algo.argon2.parallelism=4 | ||
|
||
# Key for the DefaultTextEncryptor | ||
algo.default.key=test-key | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
##---------------------- | ||
## General configurations | ||
version=5.0.0-SNAPSHOT | ||
|
||
# Maximum allowed file size for the upload (10485760 = 10 Mb). Default value for "apsFileUpload" Interceptors | ||
file.upload.maxSize=10485760 | ||
|
||
##---------------------- | ||
## ImageMagick configuration | ||
|
||
# set this parameter to true if imagemagick is installed on the system and you need to use it | ||
imagemagick.enabled=false | ||
# | ||
#parameters to use ImageMagick on Unix like system | ||
imagemagick.windows=false | ||
imagemagick.path=null | ||
# | ||
#parameters to use in windows system | ||
#attention on the imagemagick.path parameter | ||
#in windows system a command convert exist this is the reason why it's necessary to | ||
#declare to full path where ImageMagick is installed | ||
#windows config example | ||
# | ||
#imagemagick.windows=true | ||
#imagemagick.path=C:\\Programmi\\ImageMagick-6.6.3-Q16 | ||
|
||
#These properties should be resolved from java:comp/env | ||
#portDataSourceClassName=${profile.database.driverClassName} | ||
#servDataSourceClassName=${profile.database.driverClassName} | ||
|
||
|
||
##---------------------- | ||
## Portal Page configuration | ||
|
||
page.mimeType.allowedValues=application/json,application/xhtml+xml,application/xml,text/html,text/xml | ||
page.charset.allowedValues=iso-8859-1,utf-8 | ||
|
||
# showlets.viewer deprecated | ||
showlets.viewer=content_viewer | ||
widgets.viewer=content_viewer | ||
# showlets.stock deprecated | ||
showlets.stock=formAction,login_form,messages_system,entando_apis | ||
widgets.stock=formAction,login_form,messages_system,entando_apis | ||
|
||
widgets.internalServlet=formAction | ||
|
||
##---------------------- | ||
## Security configuration | ||
|
||
algorithm.securityConfiguration.path=target/test/conf/security.properties | ||
|
||
##---------------------- | ||
## CMS configuration | ||
|
||
jacms.frontend.userfilter.dateFormat=yyyy-MM-dd | ||
|
||
jacms.publicContentSearcher.forceCaseInsensitiveLikeSearch=false | ||
jacms.workContentSearcher.forceCaseInsensitiveLikeSearch=false | ||
|
||
jacms.imageResource.allowedExtensions=jpg,jpeg,png | ||
jacms.attachResource.allowedExtensions=pdf,xls,doc,ppt,txt,rtf,sxw,sxc,odt,ods,odp,tar,gz,zip,rar,flv,swf,avi,wmv,ogg,mp3,wav,ogm,mov,iso,nrg,docx,docm,xlsx,xlsm,xlsb,pptx,pptm,ppsx,ppsm,sldx,sldm | ||
jacms.imgMetadata.ignoreKeys=Blue TRC,Red TRC,Green TRC | ||
|
||
##---------------------- | ||
## Database configuration | ||
|
||
## check db schema on startup - true|false | ||
db.startup.check=true | ||
|
||
db.restore.enabled=true | ||
|
||
# Database Environment - test|develop|production | ||
db.environment=test | ||
|
||
##---------------------- | ||
## OAuth2 configuration | ||
|
||
oauth2.accessToken.validitySeconds=3600 | ||
oauth2.refreshToken.validitySeconds=86400 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters