Skip to content

Commit 7cb80e3

Browse files
authored
Merge pull request #52 from emil-ep/develop
updated properties in both production and development
2 parents 0ea9c1a + f9c0066 commit 7cb80e3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/production.properties

+5
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ flyway.password=root
1919
#JWT configuration
2020
jukebox.app.jwtSecret=jukebox-client
2121
jukebox.app.jwtExpirationMs=86400000
22+
23+
24+
spring.batch.job.enabled=true
25+
#spring.batch.jdbc.initialize-schema = ALWAYS
26+
spring.batch.initialize-schema=ALWAYS

src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jukebox.app.jwtExpirationMs=86400000
2727

2828
jukebox.file.upload.path=/Users/emil/Documents/projects/jukebox/uploads/
2929

30-
spring.batch.job.enabled=true
30+
spring.batch.job.enabled=false
3131
#spring.batch.jdbc.initialize-schema = ALWAYS
3232
spring.batch.initialize-schema=ALWAYS

0 commit comments

Comments
 (0)