1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
This commit is contained in:
ericgaspar 2021-03-02 09:39:02 +01:00
parent d61dd9baeb
commit 34b6f1a9ce
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 4 deletions

View file

@ -16,9 +16,9 @@ define ("NOALYSS_ADMINISTRATOR","__ADMIN__");
// used only for install
define ("NOALYSS_ADMIN_PASSWORD","__PASSWORD__");
define ("LOCALE",1);
define ("domaine","");
define ("domaine","__DOMAIN__");
define ("MULTI",1);
define ("dbname","");
define ("dbname","__DB_NAME__");
// Uncomment to DEBUG
// define ("DEBUG",TRUE);
// Uncomment to log your input

View file

@ -193,5 +193,5 @@ ynh_systemd_action --service_name=nginx --action=reload
ynh_script_progression --message="Installation of $app completed" --last
ynh_print_info "Default Noalyss admin / pass are phpcompta. Enjoy !"
ynh_print_info "Default Noalys: admin / password: phpcompta. Enjoy!"
ynh_print_info "Go to https://$domain$path_url/install.php to continue!"