Add demo deployment profile
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
financer.serverUrl=http://localhost:8080/financer-server-demo/
|
||||
@@ -1,3 +1,6 @@
|
||||
v35 -> v36:
|
||||
- Add demo deployment profile
|
||||
|
||||
v34 -> v35:
|
||||
- No changes, just parallel deployment version number fixes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user