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