Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
interfect
funkwhale
Commits
f9c64947
Verified
Commit
f9c64947
authored
Mar 31, 2018
by
Eliot Berriot
Browse files
Moved duplicated dev variables to env file
parent
c63b7f92
Changes
2
Hide whitespace changes
Inline
Side-by-side
.env.dev
View file @
f9c64947
API_AUTHENTICATION_REQUIRED=True
RAVEN_ENABLED=false
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5
DJANGO_ALLOWED_HOSTS=localhost,nginx
DJANGO_SETTINGS_MODULE=config.settings.local
DJANGO_SECRET_KEY=dev
C_FORCE_ROOT=true
FUNKWHALE_URL=http://localhost
PYTHONDONTWRITEBYTECODE=true
dev.yml
View file @
f9c64947
...
...
@@ -38,13 +38,8 @@ services:
-
redis
command
:
celery -A funkwhale_api.taskapp worker -l debug
environment
:
-
"
DJANGO_ALLOWED_HOSTS=localhost"
-
"
DJANGO_SETTINGS_MODULE=config.settings.local"
-
"
DJANGO_SECRET_KEY=dev"
-
C_FORCE_ROOT=true
-
"
DATABASE_URL=postgresql://postgres@postgres/postgres"
-
"
CACHE_URL=redis://redis:6379/0"
-
"
FUNKWHALE_URL=http://localhost"
volumes
:
-
./api:/app
-
./data/music:/music
...
...
@@ -60,13 +55,8 @@ services:
-
./api:/app
-
./data/music:/music
environment
:
-
"
PYTHONDONTWRITEBYTECODE=true"
-
"
DJANGO_ALLOWED_HOSTS=localhost,nginx"
-
"
DJANGO_SETTINGS_MODULE=config.settings.local"
-
"
DJANGO_SECRET_KEY=dev"
-
"
DATABASE_URL=postgresql://postgres@postgres/postgres"
-
"
CACHE_URL=redis://redis:6379/0"
-
"
FUNKWHALE_URL=http://localhost"
links
:
-
postgres
-
redis
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment