Skip to content

Commit 57e09c2

Browse files
committed
work
1 parent 779d965 commit 57e09c2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/main/resources/application.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ server:
1010
spring:
1111
config:
1212
name: simpleworklist
13-
liquibase:
14-
enabled: false
15-
devtools:
16-
livereload:
17-
enabled: ${SIMPLEWORKLIST_DEV_TESTING}
13+
liquibase:
14+
enabled: false
15+
devtools:
16+
livereload:
17+
enabled: ${SIMPLEWORKLIST_DEV_TESTING}
18+
application:
19+
admin:
20+
enabled: ${SIMPLEWORKLIST_DEV_TESTING}
1821
datasource:
1922
url: jdbc:postgresql://localhost:5432//simpleworklist
2023
username: simpleworklist

0 commit comments

Comments
 (0)