diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-17 22:43:44 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-17 22:43:44 -0400 |
commit | 7de909de2778633660afe5d68f848d1e618b8470 (patch) | |
tree | 956a32462325398233ad7a30cc23572ecf1a4e48 | |
parent | d4c0487021b75d94cbb76dcb5c97c344468ba9e5 (diff) | |
download | JellySolutions-7de909de2778633660afe5d68f848d1e618b8470.tar.gz JellySolutions-7de909de2778633660afe5d68f848d1e618b8470.tar.bz2 JellySolutions-7de909de2778633660afe5d68f848d1e618b8470.zip |
please work fixed paths?? -ak
-rw-r--r-- | ufund-api/src/main/resources/application.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties index 2679f88..70cb171 100644 --- a/ufund-api/src/main/resources/application.properties +++ b/ufund-api/src/main/resources/application.properties @@ -1,9 +1,9 @@ # rename to application.properties server.error.include-message=always -cupboard.file=ufund-api/data/cupboard.json -users.file=ufund-api/data/users.json -authKeys.file=ufund-api/data/userAuths.json +cupboard.file=data/cupboard.json +users.file=data/users.json +authKeys.file=data/userAuths.json spring.jackson.mapper.auto-detect-getters=false spring.jackson.mapper.auto-detect-setters=false |