mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +01:00
11 lines
197 B
INI
11 lines
197 B
INI
# This file is intentionally messy
|
|
# to demonstrate the capabilities
|
|
# of the format.
|
|
|
|
[application]
|
|
name = "Fake HTTP Server"
|
|
|
|
[server]
|
|
host = localhost
|
|
port = 8080
|
|
protocol: https ;DO NOT CHANGE! |