From 09a5f3f1c6f5c73ff9b6e35fa4d04e9aca69d633 Mon Sep 17 00:00:00 2001 From: Louis Lacoste Date: Tue, 13 Sep 2022 16:27:48 +0200 Subject: [PATCH] Adding config.json.example --- .gitignore | 1 + config.json.example | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 config.json.example 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] +}