Compare commits

..

No commits in common. "db7d0c1b36b4f11dcbd58140391ecbe489dd65a9" and "4e008108d851be0097f2da5b51afccc9c53fcc62" have entirely different histories.

2 changed files with 5 additions and 3 deletions

View File

@ -7,10 +7,10 @@ Serveur d'envoi de SMS factice pour le développement avec interface web.
### Avec Docker
```bash
docker run -it --rm -p 3000:3000 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:3000/.
L'interface Web sera accessible à l'adresse http://localhost:8080/.
Voir la section "[Variables d'environnement](#variables-denvironnement)" pour voir comment personnaliser la configuration du service.
@ -20,6 +20,8 @@ Voir la section "[Variables d'environnement](#variables-denvironnement)" pour vo
## Configuration
## Fichier de configuration
Le fichier de configuration de FakeSMTP est au format [YAML](https://yaml.org/).
Voici la structure du fichier par défaut:

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "fake-sms",
"name": "fake-smtp",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,