mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +01:00
11 lines
232 B
Properties
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! |