From 11fccdb07d3e5a5fbf6845ceb3594eb803c41132 Mon Sep 17 00:00:00 2001 From: Joenio Marques da Costa Date: Fri, 27 Sep 2024 17:05:24 +0200 Subject: [PATCH] update README with authentication for development env on development environment after first deploy it's needed to authorize with the credentials below to be able to harvest external repositories in order to test FUJI locally - username: marvel - password: wonderwoman those credentials are defined in the file `fuji_server/config/users.py` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6cccb572..33846815 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ python -m fuji_server -c fuji_server/config/server.ini ``` The OpenAPI user interface is then available at . +- Authentication: + - Username: `marvel` + - Password: `wonderwoman` ### Docker-based installation