add PGDIR

This commit is contained in:
Andrey Kuvshinov
2020-04-23 17:50:17 +03:00
parent 9bcbed8928
commit 08c0f274a4
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ else
define('SITEPATH', dirname(__FILE__));
define('PDFDIR', '/vhosts/anpdf/app/pub/files/pdf/');
define('PGDIR', '/vhosts/anpdf/app/pub/files/pages/');
define('API', 'http://api.argumenti.ru/');
db_config('argumentiru', 'mysql:host=mysql;dbname=argumentiru', 'newser', 'Chjk90yuiREY');