diff --git a/.gitignore b/.gitignore index 2eea525..4c49bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.env \ No newline at end of file +.env diff --git a/sample.env b/sample.env index c7dbf69..e6210d2 100644 --- a/sample.env +++ b/sample.env @@ -1,2 +1,2 @@ # Remove this line: Replace the default passwords with unique ones. Open pwd.html in the browswer. -USERS='{"admin": "$2y$10$/K.hjNr84lLNDt8fTXjoI.DBp6PpeyoJ.mGwrrLuCZfAwfSAGqhOW", "user": "$2y$10$Fg6Dz8oH9fPoZ2jJan5tZuv6Z4Kp7avtQ9bDfrdRntXtPeiMAZyGO"}' \ No newline at end of file +USERS='{"admin": "$2y$10$/K.hjNr84lLNDt8fTXjoI.DBp6PpeyoJ.mGwrrLuCZfAwfSAGqhOW", "user": "$2y$10$Fg6Dz8oH9fPoZ2jJan5tZuv6Z4Kp7avtQ9bDfrdRntXtPeiMAZyGO"}'