Compare commits
No commits in common. "db7d0c1b36b4f11dcbd58140391ecbe489dd65a9" and "4e008108d851be0097f2da5b51afccc9c53fcc62" have entirely different histories.
db7d0c1b36
...
4e008108d8
|
@ -7,10 +7,10 @@ Serveur d'envoi de SMS factice pour le développement avec interface web.
|
||||||
### Avec Docker
|
### Avec Docker
|
||||||
|
|
||||||
```bash
|
```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.
|
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
|
## Configuration
|
||||||
|
|
||||||
|
## Fichier de configuration
|
||||||
|
|
||||||
Le fichier de configuration de FakeSMTP est au format [YAML](https://yaml.org/).
|
Le fichier de configuration de FakeSMTP est au format [YAML](https://yaml.org/).
|
||||||
|
|
||||||
Voici la structure du fichier par défaut:
|
Voici la structure du fichier par défaut:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "fake-sms",
|
"name": "fake-smtp",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
|
Loading…
Reference in New Issue