Also rename log file and embedded tomcat context path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user