mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Remove domain
This commit is contained in:
parent
3a9fa14c7f
commit
f3987e37b4
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ db:
|
|||
|
||||
full_refresh: false
|
||||
https_only: true
|
||||
domain: http://__DOMAIN__
|
||||
domain:
|
||||
port: __PORT__
|
||||
host_binding: 127.0.0.1
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ cp ../conf/config.yml "$final_path/config/config.yml"
|
|||
# Main config File
|
||||
ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/config/config.yml"
|
||||
ynh_replace_string --match_string="__DB_PASS__" --replace_string="$db_pwd" --target_file="$final_path/config/config.yml"
|
||||
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/config/config.yml"
|
||||
#ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/config/config.yml"
|
||||
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="$final_path/config/config.yml"
|
||||
ynh_replace_string --match_string="__LANGUAGE__" --replace_string="$language" --target_file="$final_path/config/config.yml"
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ cp ../conf/config.yml "$final_path/config/config.yml"
|
|||
# Main config File
|
||||
ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/config/config.yml"
|
||||
ynh_replace_string --match_string="__DB_PASS__" --replace_string="$db_pwd" --target_file="$final_path/config/config.yml"
|
||||
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/config/config.yml"
|
||||
#ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/config/config.yml"
|
||||
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="$final_path/config/config.yml"
|
||||
ynh_replace_string --match_string="__LANGUAGE__" --replace_string="$language" --target_file="$final_path/config/config.yml"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue