Fix #149: better demo setup script, wider catalog

This commit is contained in:
Eliot Berriot 2018-07-22 11:26:33 +02:00
parent 870cb69fde
commit b3ae2040ec
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 169 additions and 62 deletions

6
demo/env.sample Normal file
View 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