Update config-path in application.yml to use relative path "./jvs.yml"
Build and Push Docker Image / build-and-push (push) Successful in 1m38s
Build and Push Docker Image / build-and-push (push) Successful in 1m38s
This commit is contained in:
@@ -12,6 +12,6 @@ spring:
|
|||||||
change-log: classpath:db/changelog/db.changelog-master.yaml
|
change-log: classpath:db/changelog/db.changelog-master.yaml
|
||||||
|
|
||||||
jvs:
|
jvs:
|
||||||
config-path: jvs.yml
|
config-path: ./jvs.yml
|
||||||
base-dir: ./javadoc-storage
|
base-dir: ./javadoc-storage
|
||||||
update-interval: PT1H
|
update-interval: PT1H
|
||||||
|
|||||||
Reference in New Issue
Block a user