Update 'Page 2: Setup Configurations'

Bernaldo Mihasi 2022-09-05 08:55:52 +02:00
parent 8915970926
commit 497070df7e
1 changed files with 3 additions and 3 deletions

@ -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) |