Add demo deployment profile

This commit is contained in:
2020-11-13 23:33:58 +01:00
parent d2d7029563
commit ba7e3c01db
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
spring.datasource.url=jdbc:postgresql://localhost/financer_demo
spring.datasource.username=financer_demo
spring.datasource.password=financer_demo
financer.mailRecipients[0]=demo@example.com
financer.email.language=GERMANY

View File

@@ -0,0 +1 @@
financer.serverUrl=http://localhost:8080/financer-server-demo/

View File

@@ -1,3 +1,6 @@
v35 -> v36:
- Add demo deployment profile
v34 -> v35:
- No changes, just parallel deployment version number fixes