From d26daebdc335e0fd26dfa638bf8a807a9187c9ee Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:26:22 -0500 Subject: added template file for application properties -ak --- ufund-api/src/main/resources/application.properties.template | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ufund-api/src/main/resources/application.properties.template (limited to 'ufund-api/src') 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 -- cgit v1.2.3