Added FUNWHALE_URL setting to use in activity stream in representations

This commit is contained in:
Eliot Berriot 2018-02-25 14:43:23 +01:00
parent 5c2ddc56c4
commit 93e4a4f123
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 7 additions and 2 deletions

View file

@ -25,7 +25,7 @@ except FileNotFoundError:
pass
ALLOWED_HOSTS = env.list('DJANGO_ALLOWED_HOSTS')
FUNKWHALE_URL = env('FUNKWHALE_URL')
# APP CONFIGURATION
# ------------------------------------------------------------------------------