mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Don't show miniprofiler
This commit is contained in:
parent
e1bc8091cb
commit
c664acad59
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ ynh_replace_string "hostname = \"www.example.com\"" "hostname = \"$domain\"" "$d
|
|||
ynh_replace_string "relative_url_root =" "relative_url_root = ${path_url%/}" "$discourse_config_file"
|
||||
# Serve static assets (i.e. images, js, etc.)
|
||||
ynh_replace_string "serve_static_assets = false" "serve_static_assets = true" "$discourse_config_file"
|
||||
# Don't show miniprofiler
|
||||
ynh_replace_string "load_mini_profiler = true" "load_mini_profiler = false" "$discourse_config_file"
|
||||
|
||||
# Configure e-mail server
|
||||
admin_mail=$(ynh_user_get_info "$admin" mail)
|
||||
|
|
Loading…
Reference in a new issue