Skip to content

Commit da558b7

Browse files
committed
heroku setup
1 parent d2b6ab6 commit da558b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ spring:
1919
admin:
2020
enabled: true
2121
datasource:
22-
#url: jdbc:pgsql://localhost:5432/simpleworklist
2322
url: jdbc:postgresql://localhost:5432/simpleworklist
2423
#jdbcUrl: jdbc:postgresql://localhost:5432/simpleworklist
2524
username: simpleworklist
@@ -209,7 +208,7 @@ org:
209208
woehlke:
210209
simpleworklist:
211210
registration:
212-
urlHost: https://simpleworklist.herokuapp.com
211+
urlHost: simpleworklist.herokuapp.com
213212
logging:
214213
config: classpath:logback.xml
215214
#file: logging-prod.log

0 commit comments

Comments
 (0)