Rename properties

Rename `webwolf.url.*` to `webwolf.*.url` making it easier to move to a configuration class as no nested property is necessary
This commit is contained in:
Nanne Baars
2021-11-21 12:26:31 +01:00
committed by Nanne Baars
parent 48fd7f310e
commit f8dda37027
7 changed files with 8 additions and 8 deletions

View File

@ -42,8 +42,8 @@ webgoat.default.language=en
webwolf.host=${WEBWOLF_HOST:127.0.0.1}
webwolf.port=${WEBWOLF_PORT:9090}
webwolf.url=http://${webwolf.host}:${webwolf.port}/WebWolf
webwolf.url.landingpage=http://${webwolf.host}:${webwolf.port}/landing
webwolf.url.mail=http://${webwolf.host}:${webwolf.port}/mail
webwolf.landingpage.url=http://${webwolf.host}:${webwolf.port}/landing
webwolf.mail.url=http://${webwolf.host}:${webwolf.port}/mail
spring.jackson.serialization.indent_output=true
spring.jackson.serialization.write-dates-as-timestamps=false