Skip to content

Commit

Permalink
CNDIT-1708: ATO security vulnerabilities radical fix (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveselev authored Sep 5, 2024
1 parent 0fc8f8a commit ad0ef0b
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 672 deletions.

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

0 comments on commit ad0ef0b

Please sign in to comment.