From e747375ca721c92f60a844a96170099e1217bf25 Mon Sep 17 00:00:00 2001 From: Gaydamakha <mikhail.gaydamakha@etu.unistra.fr> Date: Wed, 20 Oct 2021 13:09:22 +0200 Subject: [PATCH] :lock: Delete api key from application.properties --- src/main/resources/.gitignore | 3 +++ src/main/resources/application.properties | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/.gitignore diff --git a/src/main/resources/.gitignore b/src/main/resources/.gitignore new file mode 100644 index 0000000..e04b8df --- /dev/null +++ b/src/main/resources/.gitignore @@ -0,0 +1,3 @@ +application-dev.properties +application-test.properties +application-prod.properties diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9131178..c8588f0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,2 @@ spring.mvc.static-path-pattern=/static/** -api.key=someKey spring.datasource.url=jdbc:sqlite:dev.db -- GitLab