diff options
author | Tyler Ferrari <69283684+Sowgro@users.noreply.github.com> | 2025-03-17 22:42:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-17 22:42:38 -0400 |
commit | 2696d54dcd92e62412ce5249f392dba71e7f229d (patch) | |
tree | fdcdc730b1d58efe1ffa4f0d02100860c464d207 | |
parent | d4c0487021b75d94cbb76dcb5c97c344468ba9e5 (diff) | |
download | JellySolutions-2696d54dcd92e62412ce5249f392dba71e7f229d.tar.gz JellySolutions-2696d54dcd92e62412ce5249f392dba71e7f229d.tar.bz2 JellySolutions-2696d54dcd92e62412ce5249f392dba71e7f229d.zip |
fix application.properties (again)
-rw-r--r-- | ufund-api/src/main/resources/application.properties | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties index 2679f88..c742063 100644 --- a/ufund-api/src/main/resources/application.properties +++ b/ufund-api/src/main/resources/application.properties @@ -1,9 +1,8 @@ -# 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 |