diff --git a/clearing-parent/registry-service/src/main/resources/application.properties b/clearing-parent/registry-service/src/main/resources/application.properties index 987266aeb..303cff8ab 100644 --- a/clearing-parent/registry-service/src/main/resources/application.properties +++ b/clearing-parent/registry-service/src/main/resources/application.properties @@ -1,14 +1,13 @@ # DB of Clearing -registry-service.dbClearing.url=jdbc:postgresql://10.200.200.133:5432/clearing?currentSchema=clearing_dev -#registry-service.dbClearing.url=jdbc:postgresql://10.200.200.133:5432/clearing_test?currentSchema=clearing_test -registry-service.dbClearing.driver=org.postgresql.Driver -registry-service.dbClearing.username=cls_dev -#registry-service.dbClearing.username=cls_test -registry-service.dbClearing.password=Aa111111 -registry-service.outFolder=/opt/mfd/clearing/reestr_out\ -#./reports_out_temp -# use SFTP (TODO optional): +registry-service.db-clearing.url=jdbc:postgresql://10.200.200.133:5432/clearing_uat +registry-service.db-clearing.driver=org.postgresql.Driver +registry-service.db-clearing.username=clearing +registry-service.db-clearing.password=Aa111111 + +registry-service.outFolder=/opt/mfd/clearing/reestr_out/ + +# use SFTP (not implemented): #registry-service.reports-store.local-temp-dir=./reports_out_temp #registry-service.reports-store.out-dir=reports #registry-service.reports-store.user=tester