Skip to content

Instantly share code, notes, and snippets.

@RNGIllSkillz
Created January 14, 2024 01:08
Show Gist options
  • Save RNGIllSkillz/24ac2128c526ae161ec488c066b70e8d to your computer and use it in GitHub Desktop.
Save RNGIllSkillz/24ac2128c526ae161ec488c066b70e8d to your computer and use it in GitHub Desktop.
api env
DATABASE_URL: postgresql://funkwhale:xxxxxx@192.168.254.253:5432/funkwhale
DB_CONN_MAX_AGE: 300
FUNKWHALE_URL: 192.168.255.70
DJANGO_SECRET_KEY: xxx
FUNKWHALE_PROTOCOL: http
EMAIL_CONFIG: smtp://no-reply%40mail.illskillz.pro:xxxxx@mail.illskillz.pro:25
ACCOUNT_EMAIL_VERIFICATION_ENFORCE: true
DEFAULT_FROM_EMAIL: no-reply@mail.illskillz.pro
MEDIA_ROOT: /srv/funkwhale/data/media
STATIC_ROOT: /srv/funkwhale/data/static
DJANGO_SETTINGS_MODULE: config.settings.production
MUSIC_DIRECTORY_PATH: /srv/funkwhale/data/music
MUSIC_DIRECTORY_SERVE_PATH: /srv/funkwhale/data/music
LOGLEVEL: error
FUNKWHALE_WEB_WORKERS: 4
CACHE_URL: redis://192.168.254.251:6379/0
DEBUG: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment