aboutsummaryrefslogtreecommitdiff
path: root/ufund-api
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-04-02 10:10:40 -0400
committerbenal01 <bja4245@rit.edu>2025-04-02 10:10:40 -0400
commit41a18efce59852ccff91816bbe63f5001346f2ed (patch)
treea74687edebf80fe8e06b3155014e627c7029e3a0 /ufund-api
parent7ed26c5ee7171a502f6f8527fc55de2bb77eab3b (diff)
parent095e637a24e609cc21ef3ad446e20e520da12445 (diff)
downloadJellySolutions-41a18efce59852ccff91816bbe63f5001346f2ed.tar.gz
JellySolutions-41a18efce59852ccff91816bbe63f5001346f2ed.tar.bz2
JellySolutions-41a18efce59852ccff91816bbe63f5001346f2ed.zip
Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b-jellysolutions
Diffstat (limited to 'ufund-api')
-rw-r--r--ufund-api/src/main/resources/application.properties11
1 files changed, 0 insertions, 11 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties
deleted file mode 100644
index c742063..0000000
--- a/ufund-api/src/main/resources/application.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-server.error.include-message=always
-
-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
-spring.jackson.mapper.auto-detect-is-getters=false
-spring.jackson.mapper.auto-detect-creators=false
-spring.jackson.mapper.auto-detect-fields=false \ No newline at end of file