Compare commits
4 Commits
4e008108d8
...
db7d0c1b36
Author | SHA1 | Date |
---|---|---|
wpetit | db7d0c1b36 | |
wpetit | 0346841b75 | |
wpetit | edf4fdbc53 | |
wpetit | 9483802ae6 |
|
@ -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 -p 2525:2525 bornholm/fake-sms
|
||||
docker run -it --rm -p 3000:3000 bornholm/fake-sms
|
||||
```
|
||||
|
||||
L'interface Web sera accessible à l'adresse http://localhost:8080/.
|
||||
L'interface Web sera accessible à l'adresse http://localhost:3000/.
|
||||
|
||||
Voir la section "[Variables d'environnement](#variables-denvironnement)" pour voir comment personnaliser la configuration du service.
|
||||
|
||||
|
@ -20,8 +20,6 @@ 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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "fake-smtp",
|
||||
"name": "fake-sms",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
|
Loading…
Reference in New Issue