Skip to content
Snippets Groups Projects
Commit 6017b6b5 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Update debian.rst

parent 9861019d
Branches
Tags 0.16.3
No related merge requests found
...@@ -213,6 +213,9 @@ Download the sample environment file: ...@@ -213,6 +213,9 @@ Download the sample environment file:
.. parsed-literal:: .. parsed-literal::
curl -L -o config/.env "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/env.prod.sample" curl -L -o config/.env "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/develop/deploy/env.prod.sample"
# symlink it so it's sourced automatically by the API process
# (This won't be needed anymore once release 0.18 is out)
ln -s /srv/funkwhale/config/.env /srv/funkwhale/api/.env
.. note:: .. note::
...@@ -228,10 +231,6 @@ Especially, populate the ``DATABASE_URL`` and ``CACHE_URL`` values based on ...@@ -228,10 +231,6 @@ Especially, populate the ``DATABASE_URL`` and ``CACHE_URL`` values based on
how you configured your PostgreSQL and Redis servers in how you configured your PostgreSQL and Redis servers in
:doc:`external dependencies <./external_dependencies>`. :doc:`external dependencies <./external_dependencies>`.
.. note::
The environment file at config/.env is loaded automatically by Funkwhale processes.
Database setup Database setup
--------------- ---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment