Go back to default username and password
authorluandro <redacted>
Sat, 29 Oct 2022 14:40:05 +0000 (11:40 -0300)
committerGitHub <redacted>
Sat, 29 Oct 2022 14:40:05 +0000 (11:40 -0300)
README.md

index 1daf40a6a61577260eca5c3b1b8d9a0d353e799f..719cc1c5f9d5113ec5ae80050ab7930be134b6ed 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ Note: To use either of the options below, please ensure the current directory co
 ```shell
 docker run -d \
   -e "FLATNOTES_AUTH_TYPE=password" \
-  -e "FLATNOTES_USERNAME=admin" \
-  -e "FLATNOTES_PASSWORD=admin" \
+  -e "FLATNOTES_USERNAME=user" \
+  -e "FLATNOTES_PASSWORD=changeMe" \
   -e "FLATNOTES_SECRET_KEY=aLongRandomSeriesOfCharacters" \
   -v "$(pwd)/data:/app/data" \
   -p "80:80" \
git clone https://git.99rst.org/PROJECT