Update README

This commit is contained in:
Taras Terletskyi 2022-10-13 23:57:34 +03:00
parent 7593c7b1f7
commit 2883c8d1a7

View file

@ -48,10 +48,10 @@ If your URL can't be downloaded for some reason, you will see this
![frames](assets/download_failed.png) ![frames](assets/download_failed.png)
## Access ## Access
- API: default port `1984` and no auth. Port can be changed 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` - **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`. - **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` - **PGAdmin**: default creds are located in `docker-compose.yml`
## API ## API
By default, API service will run on your `localhost` and `1984` port. By default, API service will run on your `localhost` and `1984` port.