diff options
Diffstat (limited to 'mayor-orig/config/module-portal')
-rw-r--r-- | mayor-orig/config/module-portal/config.php.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mayor-orig/config/module-portal/config.php.example b/mayor-orig/config/module-portal/config.php.example new file mode 100644 index 00000000..0be5dcca --- /dev/null +++ b/mayor-orig/config/module-portal/config.php.example @@ -0,0 +1,14 @@ +<?php + + //define('__PORTAL_INSTALLED',true); + + $MYSQL_DATA['portal']['user']= 'mayor_portal'; + $MYSQL_DATA['portal']['pw']= '%SQLPW%'; + $MYSQL_DATA['portal']['db']= 'mayor_portal'; + + define('__PORTAL_CODE','demo'); + + // A hír kiíráskor legyen-e RTE + define('__RICH_TEXT_EDITOR',true); + +?>
\ No newline at end of file |