mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +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
|
application.name=Fake HTTP Server
|
||||||
server.host=localhost
|
|
||||||
server.port=8080
|
# Server config
|
||||||
server.protocol=https
|
server.host = localhost
|
||||||
|
server.port = 8080
|
||||||
|
server.protocol: https !DO NOT CHANGE!
|
Loading…
Reference in a new issue