diff --git a/.gitignore b/.gitignore index 51d50b8..9f363e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -financer.log* +financer-server.log* .attach* \ No newline at end of file diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index b44c9c2..b430a7a 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -5,7 +5,7 @@ spring.profiles.active=@activeProfiles@ -server.servlet.context-path=/financer +server.servlet.context-path=/financer-server spring.jpa.hibernate.ddl-auto=validate @@ -16,7 +16,7 @@ info.build.artifact=@project.artifactId@ info.build.version=@project.version@ logging.level.de.financer=DEBUG -logging.file=financer.log +logging.file=financer-server.log # Country code for holiday checks # Mostly an uppercase ISO 3166 2-letter code