Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Giger
funkwhale
Commits
f9c64947
Verified
Commit
f9c64947
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Moved duplicated dev variables to env file
parent
c63b7f92
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.dev
+6
-0
6 additions, 0 deletions
.env.dev
dev.yml
+0
-10
0 additions, 10 deletions
dev.yml
with
6 additions
and
10 deletions
.env.dev
+
6
−
0
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
This diff is collapsed.
Click to expand it.
dev.yml
+
0
−
10
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment