diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-17 22:45:41 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-17 22:45:41 -0400 |
commit | 99e7a91ff4709532ccdd9b867fda9c90e971e5c5 (patch) | |
tree | 13895f44274c686df31a391056bae76084d66140 | |
parent | e04bfc401fdbcdb892bd6d08f56004b139d69078 (diff) | |
parent | 2696d54dcd92e62412ce5249f392dba71e7f229d (diff) | |
download | JellySolutions-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
-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 |