aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-08 21:03:17 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-08 21:03:17 +0200
commit015e4284f0628750e5d2ce1de27fafe964286562 (patch)
tree647f71f67d53312caf2044e086465b68466c8529 /docs
parente969c2a7efe1dd6c1dd13bd8726591f7163397d5 (diff)
parent7704ef5d3fccf99d7c1ecf72869b7c0c3a8e43bb (diff)
downloadwallabag-015e4284f0628750e5d2ce1de27fafe964286562.tar.gz
wallabag-015e4284f0628750e5d2ce1de27fafe964286562.tar.zst
wallabag-015e4284f0628750e5d2ce1de27fafe964286562.zip
Merge pull request #1824 from wallabag/v2-alternative-env
Remove SMTP configuration environment overrides
Diffstat (limited to 'docs')
-rw-r--r--docs/en/user/installation.rst5
-rw-r--r--docs/fr/user/installation.rst5
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index bc35a02b..586b01ad 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -62,6 +62,11 @@ To start php's build-in server and test if everything did install correctly, you
62 62
63And access wallabag at http://yourserverip:8000 63And access wallabag at http://yourserverip:8000
64 64
65.. note::
66
67 To define parameters with environment variables, you have to set these variables with ``SYMFONY__`` prefix. For example, ``SYMFONY__DATABASE_DRIVER``. You can have a look to the `Symfony documentation
68<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__.
69
65Installing on Apache 70Installing on Apache
66-------------------- 71--------------------
67 72
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst
index 489304d6..53cc4adf 100644
--- a/docs/fr/user/installation.rst
+++ b/docs/fr/user/installation.rst
@@ -60,6 +60,11 @@ Pour démarrer le serveur interne à php et vérifier que tout s'est installé c
60 60
61Et accéder wallabag à l'adresse http://lipdevotreserveur:8000 61Et accéder wallabag à l'adresse http://lipdevotreserveur:8000
62 62
63.. note::
64
65 Pour définir des paramètres via des variables d'environnement, vous pouvez les spécifier avec le préfixe ``SYMFONY__``. Par exemple, ``SYMFONY__DATABASE_DRIVER``. Vous pouvez lire `documentation Symfony
66<http://symfony.com/doc/current/cookbook/configuration/external_parameters.html>`__ pour en savoir plus.
67
63Installation avec Apache 68Installation avec Apache
64------------------------ 69------------------------
65 70