From e28e7735d3aa439e47c5115462b4106d05811fe7 Mon Sep 17 00:00:00 2001 From: Vitaliy Pavlov Date: Thu, 8 Aug 2024 08:10:50 +0700 Subject: [PATCH] add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..43b8710 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# How to start +- Generate new credentials for PostgreSQL in `.env` file +- Go to `/rabbitmq/rabbitmq-defs.json` and generate credentials for `name` and `password` fields in `users` section +- Change `user` in `permissions` section with `name` from previous step + +## Important +Do not use `#` character in your credentials as it may be mishandled by other software \ No newline at end of file