Adding config.json.example
This commit is contained in:
parent
78d18f7e6e
commit
09a5f3f1c6
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
.gitignore
|
||||
config.json
|
||||
|
|
|
|||
5
config.json.example
Normal file
5
config.json.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# "service-name":["Description", internal_port, external_port]
|
||||
{
|
||||
"web":["Web HTTP port", 80, 80],
|
||||
"web-secure":["Web HTTPS port", 443, 443]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue