Rename server.address to my-server.address across properties files and LoginController for consistency and clarity.

This commit is contained in:
2025-07-30 00:18:22 +02:00
parent 871615702b
commit 3f76a98409
4 changed files with 4 additions and 4 deletions
@@ -5,5 +5,5 @@ database.host=${DB_HOST:localhost}
database.user=${DB_USER:root}
database.password=${DB_PASSWORD:root}
cors.allowed-origins=${CORS:http://localhost:4200}
server.address=${SERVER_ADDRESS:http://localhost}
my-server.address=${SERVER_ADDRESS:http://localhost}
logging.level.com.alttd.altitudeweb=DEBUG