From 2883c8d1a7bdd9dc1111c3e2687957dc68cac0f0 Mon Sep 17 00:00:00 2001 From: Taras Terletskyi <888784+tropicoo@users.noreply.github.com> Date: Thu, 13 Oct 2022 23:57:34 +0300 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39dfb24..ebfa5e0 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,10 @@ If your URL can't be downloaded for some reason, you will see this ![frames](assets/download_failed.png) ## Access - - API: default port `1984` and no auth. Port can be changed in `docker-compose-yml` - - RabbitMQ: default creds are located in `envs/.env_common` - - PostgreSQL: default creds are located in `envs/.env_common`. Same creds are stored for Alembic in `alembic.ini`. - - PGAdmin: default creds are located in `docker-compose.yml` + - **API**: default port `1984` and no auth. Port can be changed in `docker-compose.yml` + - **RabbitMQ**: default creds are located in `envs/.env_common` + - **PostgreSQL**: default creds are located in `envs/.env_common`. Same creds are stored for Alembic in `alembic.ini`. + - **PGAdmin**: default creds are located in `docker-compose.yml` ## API By default, API service will run on your `localhost` and `1984` port.