mirage-config/examples/javaProperties/application.properties
2022-10-13 01:10:44 +03:00

11 lines
237 B
Properties

# This file is intentionally messy
# to demonstrate the full 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!