mirror of
https://github.com/mbierlee/mirage-config.git
synced 2025-01-18 06:12:50 +01:00
11 lines
No EOL
232 B
Properties
11 lines
No EOL
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! |