From 4770b3825d4c8acdf939781f3bdf8d12e37a3256 Mon Sep 17 00:00:00 2001 From: adjoly Date: Sat, 26 Jul 2025 15:36:25 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8F=97=EF=B8=8F=E3=80=8D=20wip:?= =?UTF-8?q?=20added=20env=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..69ec206 --- /dev/null +++ b/.env.example @@ -0,0 +1,17 @@ +OUT_PORT=8443 + +JWT_SECRET=wut + +PROM_PORT=9090 +# this hash is generated with : htpasswd -nbB admin admin +PROM_HASH=$2y$05$29xV50WIgdOcLtFwKnr9cObGlS9booo97Ny7gRxAuADkwF9rS3nD. +PROM_PASS=admin + +GRAPH_PORT=3000 + +ELK_PORT=5601 + +GOOGLE_CALLBACK_ID=https://localhost:8443/api/v1 +GOOGLE_CLIENT_SECRET=susAF +GOOGLE_CLIENT_ID=Really +