This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new e23d868 Allow local logins
e23d868 is described below
commit e23d8680933d23fb71c2940ba6e8b83c196647fc
Author: Sebb <[email protected]>
AuthorDate: Wed May 15 23:50:43 2024 +0100
Allow local logins
---
DOCKER.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/DOCKER.md b/DOCKER.md
index d2b6d07..7ad6a0b 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -76,6 +76,11 @@ Or you can combine them:
```$ docker exec -it pmfoal-pmfoal-1 bash -c 'cd server; python3 main.py
--testendpoints'```
+Update config.js to allow local login
+=====================================
+
+If you wish to test functions that require login, update config.js to enable
the two logins.
+
Connect to the server
=====================