1
0
Fork 0
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:
Laurent Peuch 2015-09-27 20:23:45 +02:00
parent b3acd81458
commit a14efc1985

View file

@ -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);