From b034bce7cc0a73b3f24b7a120cf36d683f43d0c0 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Tue, 24 Jan 2023 21:23:53 +0100 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f2136f..a523a22 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Trainav ## DISCLAIMER -- This app uses the `Remote-User` header for authentication. For use an auth proxy like Authelia is required. +- This app uses the `Remote-User` header for authentication. For production use an auth proxy like Authelia is required. In development mode the user is set to `zotan` by default. This can be changed in `AuthUtil.cs`. ## Development / testing requirements - .NET Core SDK (version 6.0 or higher; arch package `dotnet-sdk`) - ASP.NET Core Runtime (version 6.0 or higher; arch package `aspnet-runtime`) -- Redis instance running on localhost - `cd trainav.web` -- Generate a random string (or use something else) and save it to `regkey.txt` to allow registrations - `dotnet run`