From 9483802ae6ec5304b6b7a2f8a35b7cc3fc10472f Mon Sep 17 00:00:00 2001 From: wpetit Date: Tue, 22 Dec 2020 15:14:56 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d977b5..d1900d6 100644 --- a/README.md +++ b/README.md @@ -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. From edf4fdbc533180a6cec0f0047bf98825300cecab Mon Sep 17 00:00:00 2001 From: wpetit Date: Tue, 22 Dec 2020 15:15:21 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d1900d6..ae2ed26 100644 --- a/README.md +++ b/README.md @@ -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: From 0346841b7533db82eac5f0663be3d47723d407c5 Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 22 Dec 2020 15:19:29 +0100 Subject: [PATCH 3/3] Fix package-lock.json project name --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index ba61645..2fa4e4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "fake-smtp", + "name": "fake-sms", "version": "0.0.0", "lockfileVersion": 1, "requires": true,