From 8001ff8ced1d5dd986706861592c599f831fa49c Mon Sep 17 00:00:00 2001 From: Trond Schertel Date: Fri, 29 May 2026 11:51:47 +0200 Subject: [PATCH] Example-Env-File --- .env.Example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.Example diff --git a/.env.Example b/.env.Example new file mode 100644 index 0000000..5ff5600 --- /dev/null +++ b/.env.Example @@ -0,0 +1,8 @@ +# Pocket-ID +PocketId__Authority=https://pocketid.com +PocketId__ClientId=Client_ID +PocketId__ClientSecret=Client_Secret + +# RavenDB +RavenDb__Urls=http://localhost:8080 +RavenDb__Database=ZahlenAnalyse \ No newline at end of file