diff options
Diffstat (limited to 'ufund-api/src')
-rw-r--r-- | ufund-api/src/main/resources/application.properties (renamed from ufund-api/src/main/resources/application.properties.template) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufund-api/src/main/resources/application.properties.template b/ufund-api/src/main/resources/application.properties index aefb059..22e8184 100644 --- a/ufund-api/src/main/resources/application.properties.template +++ b/ufund-api/src/main/resources/application.properties @@ -1,3 +1,4 @@ # rename to application.properties server.error.include-message=always -cupboard.file=data/cupboard.json
\ No newline at end of file + +cupboard.file=ufund-api/data/cupboard.json
\ No newline at end of file |