diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-02-16 17:26:22 -0500 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-02-16 17:26:22 -0500 |
commit | d26daebdc335e0fd26dfa638bf8a807a9187c9ee (patch) | |
tree | d34802e8f49e7a2ef945c7461a3053d44205f485 /ufund-api | |
parent | a73879fecdc98e7657f01f668072bc31101a0900 (diff) | |
download | JellySolutions-d26daebdc335e0fd26dfa638bf8a807a9187c9ee.tar.gz JellySolutions-d26daebdc335e0fd26dfa638bf8a807a9187c9ee.tar.bz2 JellySolutions-d26daebdc335e0fd26dfa638bf8a807a9187c9ee.zip |
added template file for application properties -ak
Diffstat (limited to 'ufund-api')
-rw-r--r-- | ufund-api/src/main/resources/application.properties.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ufund-api/src/main/resources/application.properties.template b/ufund-api/src/main/resources/application.properties.template new file mode 100644 index 0000000..aefb059 --- /dev/null +++ b/ufund-api/src/main/resources/application.properties.template @@ -0,0 +1,3 @@ +# rename to application.properties +server.error.include-message=always +cupboard.file=data/cupboard.json
\ No newline at end of file |