From 83b82319930d8ed06a06460bef01539aae236dcf Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Tue, 20 Jun 2023 22:42:53 +0300 Subject: [PATCH] Fix link in README. --- README.md | 2 +- src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c625b41..6a651f0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a public API to get specific statistics from the PDF Aggregation Service **To install and run the application**: - Run ```git clone``` and then ```cd pdf_aggregation_statistics```. -- Set the preferable values inside the [__application.yml__](https://code-repo.d4science.org/lsmyrnaios/pdf_aggregation_statistics/src/branch/master/src/main/resources/application.yml) file. +- Set the preferable values inside the [__application.yml__](https://code-repo.d4science.org/lsmyrnaios/pdf-aggregation-statistics/src/branch/master/src/main/resources/application.yml) file. - Execute the ```installAndRun.sh``` script which builds and runs the app.
If you want to just run the app, then run the script with the argument "1": ```./installAndRun.sh 1```.
If you want to build and run the app on a **Docker Container**, then run the script with the argument "0" followed by the argument "1": ```./installAndRun.sh 0 1```.
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 225ca4a..bead8f5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -11,7 +11,7 @@ spring: name: PDF_Aggregation_Statistics datasource: driver-class-name: com.cloudera.impala.jdbc41.Driver - url: jdbc:impala://iis-cdh5-test-gw.ocean.icm.edu.pl:21050/ + url: username: '' password: '' hikari: