Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • 1514-update-channels
  • 1518-update-django-allauth
  • 1515-update-click
  • master
  • 1434-update-pyld
  • heyarne/funkwhale-enhancement/linting
  • 1481
  • profile-menu-redesign
  • update-frontend-dependencies
  • fix-track-table
  • back-option-for-edits
  • album-sliders
  • cherry-pick-31413fe6
  • 1108-remove-jwt-and-switch-to-oauth-for-ui-auth
  • set-sast-config-2
  • set-sast-config-1
  • 1121-download
  • plugins-v3
  • plugins-v2
  • 1.1.2
  • 1.1.1
  • 1.1
  • 1.1-rc2
  • 1.1-rc1
  • 1.0.1
  • 1.0
  • 1.0-rc1
  • 0.21.2
  • 0.21.1
  • 0.21
  • 0.21-rc2
  • 0.21-rc1
  • 0.20.1
  • 0.20.0
  • 0.20.0-rc1
  • 0.19.1
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
40 results

.env.dev

Blame
  • Forked from funkwhale / funkwhale
    3780 commits behind, 23 commits ahead of the upstream repository.
    .env.dev 531 B
    DJANGO_ALLOWED_HOSTS=.funkwhale.test,localhost,nginx,0.0.0.0,127.0.0.1
    DJANGO_SETTINGS_MODULE=config.settings.local
    DJANGO_SECRET_KEY=dev
    C_FORCE_ROOT=true
    FUNKWHALE_HOSTNAME=localhost
    FUNKWHALE_PROTOCOL=https
    PYTHONDONTWRITEBYTECODE=true
    VUE_PORT=8080
    MUSIC_DIRECTORY_PATH=/music
    BROWSABLE_API_ENABLED=True
    FORWARDED_PROTO=http
    LDAP_ENABLED=False
    FUNKWHALE_SPA_HTML_ROOT=http://nginx/front/
    PYTHONTRACEMALLOC=1
    
    # Uncomment this if you're using traefik/https
    # FORCE_HTTPS_URLS=True
    
    # Customize to your needs
    POSTGRES_VERSION=11