mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 10:09:16 +02:00
6 lines
217 B
Text
6 lines
217 B
Text
FUNKWHALE_URL=https://demo.funkwhale.audio/
|
|
DJANGO_ALLOWED_HOSTS=demo.funkwhale.audio
|
|
FUNKWHALE_API_PORT=5001
|
|
DJANGO_SECRET_KEY=demo
|
|
DATABASE_URL=postgresql://postgres@postgres/postgres
|
|
CACHE_URL=redis://redis:6379/0
|