Fix README
This commit is contained in:
parent
9b90eaf240
commit
aa32b23893
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue