aboutsummaryrefslogtreecommitdiff
path: root/ufund-api
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-17 22:45:41 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-17 22:45:41 -0400
commit99e7a91ff4709532ccdd9b867fda9c90e971e5c5 (patch)
tree13895f44274c686df31a391056bae76084d66140 /ufund-api
parente04bfc401fdbcdb892bd6d08f56004b139d69078 (diff)
parent2696d54dcd92e62412ce5249f392dba71e7f229d (diff)
downloadJellySolutions-99e7a91ff4709532ccdd9b867fda9c90e971e5c5.tar.gz
JellySolutions-99e7a91ff4709532ccdd9b867fda9c90e971e5c5.tar.bz2
JellySolutions-99e7a91ff4709532ccdd9b867fda9c90e971e5c5.zip
Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b
Diffstat (limited to 'ufund-api')
-rw-r--r--ufund-api/src/main/resources/application.properties7
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