From e62e54757a2a0f79ee6f67cb10a6127c0233828c Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Fri, 31 Jul 2020 17:05:23 -0300 Subject: [PATCH] clarification readme --- README.md | 1 + loadtesting/dummyusers.json | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 loadtesting/dummyusers.json diff --git a/README.md b/README.md index 56cbeee..712c6fb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Remove the `.bak` from `db.sqlite3.bak` and `settings.json.bak` `./CalibreWebCompanion` run `./manage.py runserver` +^ These are still instructions for using it in development mode. This will be changed to instructions on how to deploy sometime in the future. this is in development mode. don't actually use it or release it like this. The debug info it shows is spicy. # Features diff --git a/loadtesting/dummyusers.json b/loadtesting/dummyusers.json new file mode 100644 index 0000000..52709e9 --- /dev/null +++ b/loadtesting/dummyusers.json @@ -0,0 +1,22 @@ +[ + { + "pw": "profiling1234", + "user": "performance1" + }, + { + "pw": "profiling1234", + "user": "performance2" + }, + { + "pw": "profiling1234", + "user": "performance3" + }, + { + "pw": "profiling1234", + "user": "performance4" + }, + { + "pw": "profiling1234", + "user": "performance5" + } +] \ No newline at end of file