- Timestamp:
- 2007/01/21 17:45:30 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/data/conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/data/conf/conf.php
r1191 r1198 16 16 define("FTP_IMAGE_TEMP_DIR", "./html/shopping2/upload/temp_image/"); 17 17 18 //--------------------------------------------------------------------------------------------------------19 20 define ('ECCUBE_INSTALL', 'ON');21 define ('HTML_PATH', '/home/web/test-xoops.ec-cube.net/html/');22 define ('SITE_URL', 'http://test-xoops.ec-cube.net/');23 define ('SSL_URL', 'http://test-xoops.ec-cube.net/');24 define ('DOMAIN_NAME', '');25 define ('DB_TYPE', 'mysql');26 define ('DB_USER', 'xoops');27 define ('DB_PASSWORD', 'password');28 define ('DB_SERVER', '127.0.0.1');29 define ('DB_NAME', 'xoops_db_test3');30 define ('DB_PORT', '3306');31 define ('DATA_PATH', '/home/web/test-xoops.ec-cube.net/html/../data/');32 33 //--------------------------------------------------------------------------------------------------------34 18 /** ¥Ñ¥¹´ØÏ¢ **/ 35 19 // ¥æ¡¼¥¶¥Õ¥¡¥¤¥ëÊݸÀè … … 242 226 define ("POINT_RULE", 2); // ¥Ý¥¤¥ó¥È¤Î·×»»¥ë¡¼¥ë(1:»Í¼Î¸ÞÆþ¡¢2:ÀÚ¤ê¼Î¤Æ¡¢3:ÀÚ¤ê¾å¤²) 243 227 define ("POINT_VALUE", 1); // 1¥Ý¥¤¥ó¥ÈÅö¤¿¤ê¤ÎÃÍÃÊ(±ß) 244 define ("ADMIN_MODE", 0); // ´ÉÍý¥â¡¼¥É 1:͸ú¡¡0:̵¸ú(ǼÉÊ»þ)228 define ("ADMIN_MODE", 1); // ´ÉÍý¥â¡¼¥É 1:͸ú¡¡0:̵¸ú(ǼÉÊ»þ) 245 229 define ("DAILY_BATCH_MODE", true); // Çä¾å½¸·×¥Ð¥Ã¥Á¥â¡¼¥É(true:¥Ð¥Ã¥Á¤Ç½¸·×¤¹¤ë ¢¨Í×cronÀßÄê¡¢false:¥ê¥¢¥ë¥¿¥¤¥à¤Ç½¸·×¤¹¤ë) 246 230 -
temp/test-xoops.ec-cube.net/data/conf/core.php
r1182 r1198 12 12 /////////////////////////////////////////////////////////// 13 13 14 //-------------------------------------------------------------------------------------------------------- 15 16 define ('ECCUBE_INSTALL', 'ON'); 17 define ('HTML_PATH', '/home/web/test-xoops.ec-cube.net/html/'); 18 define ('SITE_URL', 'http://test-xoops.ec-cube.net/'); 19 define ('SSL_URL', 'http://test-xoops.ec-cube.net/'); 20 define ('DOMAIN_NAME', ''); 21 define ('DB_TYPE', 'mysql'); 22 define ('DB_USER', 'xoops'); 23 define ('DB_PASSWORD', 'password'); 24 define ('DB_SERVER', '127.0.0.1'); 25 define ('DB_NAME', 'xoops_db_test3'); 26 define ('DB_PORT', '3306'); 27 define ('DATA_PATH', '/home/web/test-xoops.ec-cube.net/html/../data/'); 28 29 //-------------------------------------------------------------------------------------------------------- 14 30 // DB¥¨¥é¡¼¥á¡¼¥ëÁ÷¿®Àè 15 31 define ("DB_ERROR_MAIL_TO", "[email protected]");
Note: See TracChangeset
for help on using the changeset viewer.
