mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 10:09:16 +02:00
Fix #149: better demo setup script, wider catalog
This commit is contained in:
parent
870cb69fde
commit
b3ae2040ec
8 changed files with 169 additions and 62 deletions
6
demo/env.sample
Normal file
6
demo/env.sample
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue