mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-14 20:34:00 +01:00
Play around with examle properties a bit
This commit is contained in:
parent
cb5731c691
commit
bfc0554b85
|
@ -1,4 +1,11 @@
|
|||
# This file is intentionally messy
|
||||
# to demonstrate the full capabilities
|
||||
# of the format.
|
||||
|
||||
# App config
|
||||
application.name=Fake HTTP Server
|
||||
server.host=localhost
|
||||
server.port=8080
|
||||
server.protocol=https
|
||||
|
||||
# Server config
|
||||
server.host = localhost
|
||||
server.port = 8080
|
||||
server.protocol: https !DO NOT CHANGE!
|
Loading…
Reference in a new issue