mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[fix] php sucks and really wants a db password for psql
This commit is contained in:
parent
b3acd81458
commit
a14efc1985
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ define("PG_PATH","/usr/bin");
|
||||||
define("PG_RESTORE","/usr/bin/pg_restore ");
|
define("PG_RESTORE","/usr/bin/pg_restore ");
|
||||||
define("PG_DUMP","/usr/bin/pg_dump ");
|
define("PG_DUMP","/usr/bin/pg_dump ");
|
||||||
define ("PSQL","/usr/bin/psql");
|
define ("PSQL","/usr/bin/psql");
|
||||||
define ("noalyss_user","www-data");
|
define ("noalyss_user","noalyss");
|
||||||
define ("noalyss_password","dany");
|
define ("noalyss_password","DATABASE_PASSWORD");
|
||||||
define ("noalyss_psql_port","5432");
|
define ("noalyss_psql_port","5432");
|
||||||
define ("noalyss_psql_host","127.0.0.1");
|
define ("noalyss_psql_host","127.0.0.1");
|
||||||
define ("LOCALE",1);
|
define ("LOCALE",1);
|
||||||
|
|
Loading…
Reference in a new issue