1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00

cleaning up

This commit is contained in:
ericgaspar 2020-05-25 14:13:00 +02:00
parent fcffcc4ab9
commit 17d2075cd6
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 2 additions and 7 deletions

View file

@ -45,8 +45,6 @@ If you need to configure CodiMD, you can tweak `/var/www/codimd/config.json` fil
## Limitations
**Status**: In progress, do *not* consider this app as stable and fully working (yet)
## Additional information
## Links

View file

@ -44,8 +44,6 @@ Si vous voulez configurer CodiMD, vous pouvez modifier votre fichier `/var/www/c
## Limitations
**Statut** : En cours, ne *pas encore* considérer cette application comme stable et fonctionnant.
## Informations additionnelles
## Liens

View file

@ -2,7 +2,7 @@
"production": {
"protocolUseSSL": true,
"domain": "__DOMAIN__",
"port": __PORT__,
"port": "__PORT__",
"loglevel": "info",
"useCDN": false,
"allowGravatar": false,

View file

@ -22,7 +22,6 @@ is_public=$(ynh_app_setting_get --app=$app --key=is_public)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
port=$(ynh_app_setting_get --app=$app --key=port)
# Add settings here as needed by your application
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_user=$(ynh_app_setting_get --app=$app --key=db_user)
db_pwd=$(ynh_app_setting_get --app=$app --key=db_pwd)