mirage-config/examples/javaProperties/application.properties

11 lines
237 B
Properties
Raw Normal View History

# This file is intentionally messy
# to demonstrate the full capabilities
# of the format.
# App config
2022-10-08 23:02:25 +02:00
application.name=Fake HTTP Server
# Server config
server.host = localhost
server.port = 8080
server.protocol: https !DO NOT CHANGE!