We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b6ab6 commit da558b7Copy full SHA for da558b7
src/main/resources/application.yml
@@ -19,7 +19,6 @@ spring:
19
admin:
20
enabled: true
21
datasource:
22
- #url: jdbc:pgsql://localhost:5432/simpleworklist
23
url: jdbc:postgresql://localhost:5432/simpleworklist
24
#jdbcUrl: jdbc:postgresql://localhost:5432/simpleworklist
25
username: simpleworklist
@@ -209,7 +208,7 @@ org:
209
208
woehlke:
210
simpleworklist:
211
registration:
212
- urlHost: https://simpleworklist.herokuapp.com
+ urlHost: simpleworklist.herokuapp.com
213
logging:
214
config: classpath:logback.xml
215
#file: logging-prod.log
0 commit comments