From 497070df7e95daa7d559beb8597f4fd78a06637c Mon Sep 17 00:00:00 2001 From: Bernaldo Mihasi Date: Mon, 5 Sep 2022 08:55:52 +0200 Subject: [PATCH] Update 'Page 2: Setup Configurations' --- Page-2%3A-Setup-Configurations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Page-2%3A-Setup-Configurations.md b/Page-2%3A-Setup-Configurations.md index 25ece88..59d6812 100644 --- a/Page-2%3A-Setup-Configurations.md +++ b/Page-2%3A-Setup-Configurations.md @@ -23,15 +23,15 @@ The app configurations are in the **/dmp-backend/web/src/main/resources/config** Inside the folder there are 4 **.properties** files: * **application.properties**: Main configuration file (loads before any other) -* **application-devel.properties**: Devel Profile (Internal development) configuration -* application-staging.properties: Staging Profile (testing build) configuration +* application-devel.properties: Devel Profile (Internal development) configuration +* **application-staging.properties**: Staging Profile (testing build) configuration * application-production.properties: Production Profile (main build) configuration Inside the files you will find the following properties: *Properties with bold are the minimun that have to be configured so as the app works properly* -| | application-devel.properties | application.properties | +| | application-staging.properties | application.properties | | -------- | -------- | -------- | | dmp.domain | the domain name of the server | | **database.url** | the url that is used to connect to database (JDBC based) |