diff --git a/.gitignore b/.gitignore index d344ba6..bc2f7c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +.gitignore config.json diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..39c8a6c --- /dev/null +++ b/config.json.example @@ -0,0 +1,5 @@ +# "service-name":["Description", internal_port, external_port] +{ + "web":["Web HTTP port", 80, 80], + "web-secure":["Web HTTPS port", 443, 443] +}