mirage-config/examples/javaProperties/application.properties
2022-10-13 20:09:14 +03:00

11 lines
232 B
Properties

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