bramanda48 / docker-mailserver-webapi

🐋 ~ a REST API that helps you efficiently manage the docker-mailserver configuration.
MIT License
4 stars 0 forks source link

Get token for the api #17

Open ofekifergan opened 1 month ago

ofekifergan commented 1 month ago

Hi,

I wanted to know how can I get a token for the api in the swager

bramanda48 commented 1 month ago

Hello,

All configuration is located in the /tmp/docker-mailserver/webapi/.env file inside the container. You can run this command to see the api key.

 docker exec -it <Container Name> cat /tmp/docker-mailserver/webapi/.env  | grep WEB_API_KEY