Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNDIT-1708: ATO security vulnerabilities radical fix #31

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

6 changes: 0 additions & 6 deletions investigation-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ spring:
url: jdbc:sqlserver://${DB_URL:localhost}:1433;databaseName=${DB_RDB:RDB};encrypt=true;trustServerCertificate=true;
liquibase:
change-log: db/changelog/db.changelog-master.yaml
logging:
# Only one config can be active at a time
config: classpath:logback-config.xml
file:
name: InvestigationService.log
path: ${DA_LOG_PATH:logs}
service:
phc-datamart-enable: ${PHC_DM_ENABLE:false}
server:
Expand Down
49 changes: 0 additions & 49 deletions investigation-service/src/main/resources/logback-config.xml

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions ldfdata-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,5 @@ spring:
url: jdbc:sqlserver://${DB_URL:localhost}:1433;databaseName=${DB_ODSE:NBS_ODSE};encrypt=true;trustServerCertificate=true;
liquibase:
change-log: db/changelog/db.changelog-master.yaml
logging:
# Only one config can be active at a time
config: classpath:logback-config.xml
file:
name: LdfDataService.log
path: ${DA_LOG_PATH:logs}
server:
port: '8097'
49 changes: 0 additions & 49 deletions ldfdata-service/src/main/resources/logback-config.xml

This file was deleted.

6 changes: 0 additions & 6 deletions liquibase-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,5 @@ spring:
url: ${DB_URL:localhost}
odse: ${DB_ODSE:NBS_ODSE}
rdb: ${DB_RDB:RDB}
logging:
# Only one config can be active at a time
config: classpath:logback-config.xml
file:
name: DataReportingService.log
path: ${DA_LOG_PATH:logs}
server:
port: '8090'

This file was deleted.

6 changes: 0 additions & 6 deletions observation-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,5 @@ spring:
url: jdbc:sqlserver://${DB_URL:localhost}:1433;databaseName=${DB_ODSE:NBS_ODSE};encrypt=true;trustServerCertificate=true;
liquibase:
change-log: db/changelog/db.changelog-master.yaml
logging:
# Only one config can be active at a time
config: classpath:logback-config.xml
file:
name: ObservationService.log
path: ${DA_LOG_PATH:logs}
server:
port: '8094'
Loading