Play around with examle properties a bit

This commit is contained in:
Mike Bierlee 2022-10-13 01:09:53 +03:00
parent cb5731c691
commit bfc0554b85

View file

@ -1,4 +1,11 @@
# This file is intentionally messy
# to demonstrate the full capabilities
# of the format.
# App config
application.name=Fake HTTP Server application.name=Fake HTTP Server
server.host=localhost
server.port=8080 # Server config
server.protocol=https server.host = localhost
server.port = 8080
server.protocol: https !DO NOT CHANGE!