From 2fc9729cdf220e03f43183a148f8b5780c50e515 Mon Sep 17 00:00:00 2001 From: benal01 Date: Mon, 17 Feb 2025 21:48:04 -0500 Subject: removal of templates --- ufund-api/src/main/resources/application.properties | 4 ++++ ufund-api/src/main/resources/application.properties.template | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 ufund-api/src/main/resources/application.properties delete 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 b/ufund-api/src/main/resources/application.properties new file mode 100644 index 0000000..22e8184 --- /dev/null +++ b/ufund-api/src/main/resources/application.properties @@ -0,0 +1,4 @@ +# rename to application.properties +server.error.include-message=always + +cupboard.file=ufund-api/data/cupboard.json \ No newline at end of file diff --git a/ufund-api/src/main/resources/application.properties.template b/ufund-api/src/main/resources/application.properties.template deleted file mode 100644 index aefb059..0000000 --- a/ufund-api/src/main/resources/application.properties.template +++ /dev/null @@ -1,3 +0,0 @@ -# rename to application.properties -server.error.include-message=always -cupboard.file=data/cupboard.json \ No newline at end of file -- cgit v1.2.3