Skip to content

Commit

Permalink
Merge pull request #31 from US-ELRR/update_cve
Browse files Browse the repository at this point in the history
update pom
  • Loading branch information
micson-us authored Apr 2, 2024
2 parents 9ede743 + 5a3789c commit bafef0b
Show file tree
Hide file tree
Showing 190 changed files with 1,139 additions and 935 deletions.
Original file line number Diff line number Diff line change
@@ -1,39 +1,48 @@
logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG
spring.http.converters.preferred-json-mapper=jsonb
server.port=8092

## PostgreSQL
spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE}
spring.datasource.username=${PG_RW_USER}
spring.datasource.password=${PG_RW_PASSWORD}
spring.datasource.platform=elrr
spring.jpa.properties.hibernate.default_schema=elrr
spring.jpa.show-sql=true


cors.urls=ENC(YicJKOMq1D4EtPnmZpLzyXXr8aNZGHbdQVT4SfXlD7kpL2025jH5X6xptnUNqFNF/cgkt/HMJk4VSmW6xmYXiJ3Cun41U0uTSQ4SpC4yhtcMD7h49ige8USU09/2HOkW0QuYVpLACGLQx8+LIrioTd0XhXD0f5EA0HyWo9iT4uK583nwcg09FZC4CeH/ubjAvXPwabfOh0zc8iz044vjYQ==)

## default connection pool
spring.datasource.hikari.connectionTimeout=20000
spring.datasource.hikari.maximumPoolSize=5
spring.datasource.hikari.poolName=ELRRHikariPool

## JPA related
## drop n create table again, only for testing in development / local environments
#spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto =update
spring.jpa.show-sql=true

#Logging
logging.level.org.springframework.web=INFO
logging.level.org.hibernate=INFO
logging.level.org.springframework=INFO
logging.level.com.deloitte=INFO
logging.level.com.zaxxer=INFO
logging.level.root=ERROR

#LRS connection details
lrr.dataservicesurl = ENC(sBMJjQUR8jFT0DfySS6/ioC/mX6um30zonCl+uEe1oU0tEyCRGB3Xh1+XJ9FajiCqQubjtVMjTFJroXnYjlgjA==)
elrrLearners.maxsize=10

spring.mvc.pathmatch.matching-strategy=ant_path_matcher
logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG
spring.http.converters.preferred-json-mapper=jsonb
server.port=8092

## PostgreSQL
spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE}
spring.datasource.username=${PG_RW_USER}
spring.datasource.password=${PG_RW_PASSWORD}
spring.datasource.platform=elrr
spring.jpa.properties.hibernate.default_schema=elrr
spring.jpa.show-sql=true


lrs.samlurl=https://idp.ssocircle.com
lrs.samlid=elrrsamltest


cors.urls=ENC(YicJKOMq1D4EtPnmZpLzyXXr8aNZGHbdQVT4SfXlD7kpL2025jH5X6xptnUNqFNF/cgkt/HMJk4VSmW6xmYXiJ3Cun41U0uTSQ4SpC4yhtcMD7h49ige8USU09/2HOkW0QuYVpLACGLQx8+LIrioTd0XhXD0f5EA0HyWo9iT4uK583nwcg09FZC4CeH/ubjAvXPwabfOh0zc8iz044vjYQ==)

## default connection pool
spring.datasource.hikari.connectionTimeout=20000
spring.datasource.hikari.maximumPoolSize=5
spring.datasource.hikari.poolName=ELRRHikariPool

## JPA related
## drop n create table again, only for testing in development / local environments
#spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto =update
spring.jpa.show-sql=true

#Logging
logging.level.org.springframework.web=INFO
logging.level.org.hibernate=INFO
logging.level.org.springframework=INFO
logging.level.com.deloitte=INFO
logging.level.com.zaxxer=INFO
logging.level.root=ERROR

#LRS connection details
lrr.dataservicesurl = ENC(sBMJjQUR8jFT0DfySS6/ioC/mX6um30zonCl+uEe1oU0tEyCRGB3Xh1+XJ9FajiCqQubjtVMjTFJroXnYjlgjA==)
elrrLearners.maxsize=10

spring.mvc.pathmatch.matching-strategy=ant_path_matcher

spring.http.multipart.enabled=true
spring.http.multipart.max-file-size=2MB
spring.http.multipart.max-request-size=2MB
server.use-forward-headers=true
87 changes: 48 additions & 39 deletions elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/application.properties
Original file line number Diff line number Diff line change
@@ -1,39 +1,48 @@
logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG
spring.http.converters.preferred-json-mapper=jsonb
server.port=8092

## PostgreSQL
spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE}
spring.datasource.username=${PG_RW_USER}
spring.datasource.password=${PG_RW_PASSWORD}
spring.datasource.platform=elrr
spring.jpa.properties.hibernate.default_schema=elrr
spring.jpa.show-sql=true


cors.urls=ENC(YicJKOMq1D4EtPnmZpLzyXXr8aNZGHbdQVT4SfXlD7kpL2025jH5X6xptnUNqFNF/cgkt/HMJk4VSmW6xmYXiJ3Cun41U0uTSQ4SpC4yhtcMD7h49ige8USU09/2HOkW0QuYVpLACGLQx8+LIrioTd0XhXD0f5EA0HyWo9iT4uK583nwcg09FZC4CeH/ubjAvXPwabfOh0zc8iz044vjYQ==)

## default connection pool
spring.datasource.hikari.connectionTimeout=20000
spring.datasource.hikari.maximumPoolSize=5
spring.datasource.hikari.poolName=ELRRHikariPool

## JPA related
## drop n create table again, only for testing in development / local environments
#spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto =update
spring.jpa.show-sql=true

#Logging
logging.level.org.springframework.web=INFO
logging.level.org.hibernate=INFO
logging.level.org.springframework=INFO
logging.level.com.deloitte=INFO
logging.level.com.zaxxer=INFO
logging.level.root=ERROR

#LRS connection details
lrr.dataservicesurl = ENC(sBMJjQUR8jFT0DfySS6/ioC/mX6um30zonCl+uEe1oU0tEyCRGB3Xh1+XJ9FajiCqQubjtVMjTFJroXnYjlgjA==)
elrrLearners.maxsize=10

spring.mvc.pathmatch.matching-strategy=ant_path_matcher
logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG
spring.http.converters.preferred-json-mapper=jsonb
server.port=8092

## PostgreSQL
spring.datasource.url=jdbc:postgresql://${PGHOST}:${PGPORT}/${PG_DATABASE}
spring.datasource.username=${PG_RW_USER}
spring.datasource.password=${PG_RW_PASSWORD}
spring.datasource.platform=elrr
spring.jpa.properties.hibernate.default_schema=elrr


lrs.samlurl=https://idp.ssocircle.com
lrs.samlid=elrrsamltest


cors.urls=ENC(YicJKOMq1D4EtPnmZpLzyXXr8aNZGHbdQVT4SfXlD7kpL2025jH5X6xptnUNqFNF/cgkt/HMJk4VSmW6xmYXiJ3Cun41U0uTSQ4SpC4yhtcMD7h49ige8USU09/2HOkW0QuYVpLACGLQx8+LIrioTd0XhXD0f5EA0HyWo9iT4uK583nwcg09FZC4CeH/ubjAvXPwabfOh0zc8iz044vjYQ==)

## default connection pool
spring.datasource.hikari.connectionTimeout=20000
spring.datasource.hikari.maximumPoolSize=5
spring.datasource.hikari.poolName=ELRRHikariPool

## JPA related
## drop n create table again, only for testing in development / local environments
#spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto =update
spring.jpa.show-sql=true

#Logging
logging.level.org.springframework.web=INFO
logging.level.org.hibernate=INFO
logging.level.org.springframework=INFO
logging.level.com.deloitte=INFO
logging.level.com.zaxxer=INFO
logging.level.root=ERROR

#LRS connection details
lrr.dataservicesurl = ENC(sBMJjQUR8jFT0DfySS6/ioC/mX6um30zonCl+uEe1oU0tEyCRGB3Xh1+XJ9FajiCqQubjtVMjTFJroXnYjlgjA==)
elrrLearners.maxsize=10

spring.mvc.pathmatch.matching-strategy=ant_path_matcher

spring.http.multipart.enabled=true
spring.http.multipart.max-file-size=2MB
spring.http.multipart.max-request-size=2MB
server.use-forward-headers=true

22 changes: 11 additions & 11 deletions elrrservices-0.0.1-SNAPSHOT/BOOT-INF/classes/banner.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
_________ ___ _______ _______
| | | | | \ | \
| ____| | | | |\ \ | |\ \
| | | | | | | / | | | /
| |___ | | | |/ / | |/ /
| | | | | \ | \
| ___| | | | |\ \ | |\ \
| | | | | | \ \ | | \ \
| |____ | |____ | | \ \ | | \ \
| | | | | | \ \ | | \ \
|_________| |________| |___| \___\ |___| \___\
_________ ___ _______ _______
| | | | | \ | \
| ____| | | | |\ \ | |\ \
| | | | | | | / | | | /
| |___ | | | |/ / | |/ /
| | | | | \ | \
| ___| | | | |\ \ | |\ \
| | | | | | \ \ | | \ \
| |____ | |____ | | \ \ | | \ \
| | | | | | \ \ | | \ \
|_________| |________| |___| \___\ |___| \___\
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit bafef0b

Please sign in to comment.