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