diff --git a/README.md b/README.md index c9ae0e2..9d977b5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Serveur d'envoi de SMS factice pour le développement avec interface web. ### Avec Docker ```bash -docker run -it --rm -p 8080:8080 -p 2525:2525 bornholm/fake-sms +docker run -it --rm -p 3000:3000 -p 2525:2525 bornholm/fake-sms ``` L'interface Web sera accessible à l'adresse http://localhost:8080/. @@ -72,6 +72,7 @@ Les valeurs des variables d'environnement surchargent les valeurs présentes dan |`FAKESMS_HTTP_ADDRESS`|`http.address`| |`FAKESMS_HTTP_TEMPLATEDIR`|`http.templateDir`| |`FAKESMS_HTTP_PUBLICDIR`|`http.publicDir`| +|`FAKESMS_POWOW_API_KEY`|`powow.apiKey`| ## Mocks