Adding config.json.example

This commit is contained in:
Louis Lacoste 2022-09-13 16:27:48 +02:00
parent 78d18f7e6e
commit 09a5f3f1c6
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.gitignore
config.json config.json

5
config.json.example Normal file
View 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]
}