Skip to content

Commit

Permalink
fix doc with geotrek.localhost as default value
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jan 27, 2023
1 parent 8ac0ee9 commit 708d824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contribute/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ Setup to run rando synchronization locally

In your django settings you must set the 'url' key of SYNC_RANDO_OPTIONS to use the same domain as defined by SERVER_NAME in your .env.

For instance with SERVER_NAME=geotrek.local (default value)
For instance with SERVER_NAME=geotrek.localhost (default value)

.. code-block :: python
SYNC_RANDO_OPTIONS = {
'url': 'http://geotrek.local:8000'
'url': 'http://geotrek.localhost:8000'
}
Setup to use screamshotter-related features locally
Expand Down

0 comments on commit 708d824

Please sign in to comment.