diff options
author | M.Gergo | 2019-03-08 21:20:34 +0100 |
---|---|---|
committer | M.Gergo | 2019-03-08 21:20:34 +0100 |
commit | f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (patch) | |
tree | e13e60e4b94a3b58f1e2bfbe271102c8f04b67bd /mayor-orig/mayor-portal/config | |
parent | c76a004b0135786f2742283f8d5f917106f58bd8 (diff) | |
download | mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.tar.gz mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.zip |
további rendrakás
Diffstat (limited to 'mayor-orig/mayor-portal/config')
-rw-r--r-- | mayor-orig/mayor-portal/config/module-portal/config.php.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mayor-orig/mayor-portal/config/module-portal/config.php.example b/mayor-orig/mayor-portal/config/module-portal/config.php.example new file mode 100644 index 00000000..0be5dcca --- /dev/null +++ b/mayor-orig/mayor-portal/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 |