mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
fix
This commit is contained in:
parent
039dd42ea4
commit
91d2d079c9
2 changed files with 0 additions and 11 deletions
|
@ -1,15 +1,5 @@
|
||||||
; <?php exit; ?> DO NOT REMOVE THIS LINE
|
; <?php exit; ?> DO NOT REMOVE THIS LINE
|
||||||
; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file.
|
; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file.
|
||||||
[database]
|
|
||||||
host = "127.0.0.1"
|
|
||||||
username = "__DB_NAME__"
|
|
||||||
password = "__DB_PWD__"
|
|
||||||
dbname = "__DB_NAME__"
|
|
||||||
tables_prefix = "matomo_"
|
|
||||||
charset = "utf8mb4"
|
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
force_ssl = 1
|
force_ssl = 1
|
||||||
salt = "__SALT__"
|
|
||||||
trusted_hosts[] = "__DOMAIN__"
|
|
||||||
trusted_hosts[] = "WWW.__DOMAIN__"
|
|
||||||
|
|
|
@ -121,7 +121,6 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Setuping a configuration file..."
|
ynh_script_progression --message="Setuping a configuration file..."
|
||||||
|
|
||||||
salt="$(ynh_string_random --length=30)"
|
|
||||||
ynh_add_config --template="../conf/config.ini.php" --destination="$final_path/config/config.ini.php"
|
ynh_add_config --template="../conf/config.ini.php" --destination="$final_path/config/config.ini.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue