aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/resources
diff options
context:
space:
mode:
authorAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-02-16 17:26:22 -0500
committerAkash Keshav <112591754+domesticchores@users.noreply.github.com>2025-02-16 17:26:22 -0500
commitd26daebdc335e0fd26dfa638bf8a807a9187c9ee (patch)
treed34802e8f49e7a2ef945c7461a3053d44205f485 /ufund-api/src/main/resources
parenta73879fecdc98e7657f01f668072bc31101a0900 (diff)
downloadJellySolutions-d26daebdc335e0fd26dfa638bf8a807a9187c9ee.tar.gz
JellySolutions-d26daebdc335e0fd26dfa638bf8a807a9187c9ee.tar.bz2
JellySolutions-d26daebdc335e0fd26dfa638bf8a807a9187c9ee.zip
added template file for application properties -ak
Diffstat (limited to 'ufund-api/src/main/resources')
-rw-r--r--ufund-api/src/main/resources/application.properties.template3
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