mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
fix
This commit is contained in:
parent
a60c45bceb
commit
07f7d0b582
4 changed files with 6 additions and 6 deletions
|
@ -39,8 +39,8 @@ How to configure this app: From an admin panel.
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/lychee/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/lychee/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/lychee/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/lychee/)
|
||||
|
||||
## Limitations
|
||||
|
||||
|
|
|
@ -39,8 +39,8 @@ Comment configurer cette application : via le panneau d'administration.
|
|||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/lychee/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/lychee/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/lychee/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/lychee/)
|
||||
|
||||
## Limitations
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ DB_HOST=127.0.0.1
|
|||
DB_PORT=3306
|
||||
DB_DATABASE=__DB_NAME__
|
||||
DB_USERNAME=__DB_NAME__
|
||||
DB_PASSWORD=__DB_PASS__
|
||||
DB_PASSWORD=__DB_PWD__
|
||||
DB_LOG_SQL=false
|
||||
|
||||
TIMEZONE=UTC
|
||||
|
|
|
@ -112,7 +112,7 @@ ynh_script_progression --message="Building..."
|
|||
cp ../conf/.env.example $final_path/.env
|
||||
|
||||
ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$final_path/.env"
|
||||
ynh_replace_string --match_string="__DB_PASS__" --replace_string="$db_pwd" --target_file="$final_path/.env"
|
||||
ynh_replace_string --match_string="__DB_PWD__" --replace_string="$db_pwd" --target_file="$final_path/.env"
|
||||
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="$final_path/.env"
|
||||
|
||||
# setup application config
|
||||
|
|
Loading…
Add table
Reference in a new issue