diff --git a/pom.xml b/pom.xml
index 0f05163..2771336 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,7 @@
1.9
1.9
jar
+ hsqldb,dev
@@ -159,6 +160,7 @@
build-war
war
+ postgres
financer##${project.version}
diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties
index 3c0c7cc..b44c9c2 100644
--- a/src/main/resources/config/application.properties
+++ b/src/main/resources/config/application.properties
@@ -1,8 +1,9 @@
###
-### This is the main configuration file of the application
-###
+### This is the main configuration file of the application.
+### Filtering of the @...@ values happens via the maven-resource-plugin. The execution of the plugin is configured in
+### the Spring Boot parent POM.
-spring.profiles.active=hsqldb,dev
+spring.profiles.active=@activeProfiles@
server.servlet.context-path=/financer