mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
align env.prod with upstream
This commit is contained in:
parent
67e36df7f3
commit
22cc266f8a
2 changed files with 4 additions and 8 deletions
|
@ -40,7 +40,8 @@ FUNKWHALE_API_PORT=__PORT__
|
||||||
|
|
||||||
# Replace this by the definitive, public domain you will use for
|
# Replace this by the definitive, public domain you will use for
|
||||||
# your instance
|
# your instance
|
||||||
FUNKWHALE_URL=https://__DOMAIN__
|
FUNKWHALE_HOSTNAME=__DOMAIN__
|
||||||
|
FUNKWHALE_PROTOCOL=https
|
||||||
|
|
||||||
# Configure email sending using this variale
|
# Configure email sending using this variale
|
||||||
# By default, funkwhale will output emails sent to stdout
|
# By default, funkwhale will output emails sent to stdout
|
||||||
|
@ -86,11 +87,6 @@ MEDIA_ROOT=__FINALPATH__/media
|
||||||
# (Ensure this directory actually exists)
|
# (Ensure this directory actually exists)
|
||||||
STATIC_ROOT=__FINALPATH__/code/data/static
|
STATIC_ROOT=__FINALPATH__/code/data/static
|
||||||
|
|
||||||
# Update it to match the domain that will be used to reach your funkwhale
|
|
||||||
# instance
|
|
||||||
# Example: DJANGO_ALLOWED_HOSTS=funkwhale.yourdomain.com
|
|
||||||
DJANGO_ALLOWED_HOSTS=__DOMAIN__
|
|
||||||
|
|
||||||
# which settings module should django use?
|
# which settings module should django use?
|
||||||
# You don't have to touch this unless you really know what you're doing
|
# You don't have to touch this unless you really know what you're doing
|
||||||
DJANGO_SETTINGS_MODULE=config.settings.production
|
DJANGO_SETTINGS_MODULE=config.settings.production
|
||||||
|
@ -119,8 +115,8 @@ RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f
|
||||||
# MUSIC_DIRECTORY_PATH=/srv/funkwhale/data/music
|
# MUSIC_DIRECTORY_PATH=/srv/funkwhale/data/music
|
||||||
# # MUSIC_DIRECTORY_SERVE_PATH= # stays commented, not needed
|
# # MUSIC_DIRECTORY_SERVE_PATH= # stays commented, not needed
|
||||||
|
|
||||||
MUSIC_DIRECTORY_SERVE_PATH=__FINALPATH__/import
|
|
||||||
MUSIC_DIRECTORY_PATH=__FINALPATH__/import
|
MUSIC_DIRECTORY_PATH=__FINALPATH__/import
|
||||||
|
MUSIC_DIRECTORY_SERVE_PATH=__FINALPATH__/import
|
||||||
|
|
||||||
# LDAP settings
|
# LDAP settings
|
||||||
# Use the following options to allow authentication on your Funkwhale instance
|
# Use the following options to allow authentication on your Funkwhale instance
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose an admin user for Funkwhale?"
|
"en": "Choose an admin user for Funkwhale"
|
||||||
},
|
},
|
||||||
"example": "jibec"
|
"example": "jibec"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue