Changeset 1182 for temp/test-xoops.ec-cube.net/data/conf/core.php
- Timestamp:
- 2007/01/21 17:26:11 (20 years ago)
- File:
-
- 1 edited
-
temp/test-xoops.ec-cube.net/data/conf/core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/data/conf/core.php
r1181 r1182 1 1 <?php 2 /* 3 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 2 7 3 8 /////////////////////////////////////////////////////////// … … 7 12 /////////////////////////////////////////////////////////// 8 13 9 // ¥ë¡¼¥È¥Ç¥£¥ì¥¯¥È¥ê10 define("ROOT_DIR", "/home/web/test-xoops.ec-cube.net/");11 12 14 // DB¥¨¥é¡¼¥á¡¼¥ëÁ÷¿®Àè 13 15 define ("DB_ERROR_MAIL_TO", "[email protected]"); 14 16 15 17 // DB¥¨¥é¡¼¥á¡¼¥ë·ï̾ 16 define ("DB_ERROR_MAIL_SUBJECT", " CUBE_INTRO_ERROR");18 define ("DB_ERROR_MAIL_SUBJECT", "WAKASA_TEST_ERROR"); 17 19 18 // ¥µ¥¤¥ÈÍÑDB 19 define ("DEFAULT_DSN", "pgsql://eccube_intro_admin:[email protected]/eccube_intro_db"); 20 if(defined('DB_TYPE') && defined('DB_USER') && defined('DB_PASSWORD') && defined('DB_SERVER') && defined('DB_PORT') && defined('DB_NAME')) { 21 // ¥µ¥¤¥ÈÍÑDB 22 define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":" .DB_PORT . "/" . DB_NAME); 23 } 20 24 21 25 // Í¹ÊØÈÖ¹æÀìÍÑDB 22 define ("ZIP_DSN", "pgsql://zipcode_db_admin:[email protected]/zipcode_db");26 define ("ZIP_DSN", DEFAULT_DSN); 23 27 24 // ɽ²èÌÌURL 25 define ("DOMAIN_NAME", "www.ec-cube.net"); // ¥¯¥Ã¥¡¼»ý¤Á±Û¤·¥É¥á¥¤¥ó(ÀèÆ¬¤Ë.¤ò¤Ä¤±¤¿Êý¤¬¤è¤¤) 26 define ("SITE_URL", "http://www.ec-cube.net/"); // ¥í¥°¥¤¥ó¥Ú¡¼¥¸ 27 define ("SSL_URL", "https://www.ec-cube.net/"); // ¸ÜµÒ¾ðÊóÆþÎÏ¥Ú¡¼¥¸Åù 28 define ("USER_URL", SITE_URL."user_data/"); // ¥æ¡¼¥¶¡¼ºîÀ®¥Ú¡¼¥¸Åù 28 29 30 // ǧ¾ÚÍÑ magic 31 define ("AUTH_MAGIC", "31eafcbd7a81d7b401a7fdc12bba047c02d1fae6"); 29 32 33 /** ¥¯¥ì¥¸¥Ã¥È·èºÑ(»î¸³ÍÑ) **/ 34 define ("GMO_ENTRY_URL", "http://mod-i.ccsware.net/ohayou/EntryTran.php"); 35 define ("GMO_EXEC_URL", "http://mod-i.ccsware.net/ohayou/ExecTran.php"); 36 define ("GMO_SHOPID", 'test000003087'); 37 define ("GMO_SHOPPASS", 'lockon'); 38 define ("GMO_TENANTNO", "111111111"); 39 define ("GMO_RETURL", "http://wakasa.ec-cube.net/shopping2/test/naka/recv.php"); 30 40 31 ?> 41 /** ¥¯¥ì¥¸¥Ã¥È·èºÑ(ËÜÈÖÍÑ) 42 define ("GMO_ENTRY_URL", "http://common.kessai.ne.jp/ohayou/EntryTran.php"); 43 define ("GMO_EXEC_URL", "https://common.kessai.ne.jp/ohayou/ExecTran.php"); 44 define ("GMO_SHOPID", '6022583040001'); 45 define ("GMO_SHOPPASS", 'wakasalife'); 46 define ("GMO_RETURL", "http://wakasa.ec-cube.net/shopping2/test/naka/recv.php"); 47 **/ 48 49 //////////////////////////////////////////////////////////////////////////////////?/////////////////////////////////////////// 50 // WEBÉé²Ùʬ»¶²èÁüƱ´üÍÑ 51 /* 52 host:IP¥¢¥É¥ì¥¹¤Ç»ØÄꤹ¤ë¡£ 53 user:FTP¥æ¡¼¥¶ 54 pass:FTP¥Ñ¥¹¥ï¡¼¥É 55 */ 56 $arrWEB_SERVERS = array( 57 array('host' => '192.168.3.2', 'user' => 'wakasa_admin', 'pass' => 'naturemade'), // WEB¥µ¡¼¥Ð1 58 array('host' => '192.168.3.3', 'user' => 'wakasa_admin', 'pass' => 'naturemade'), // WEB¥µ¡¼¥Ð2 59 ); 60 //////////////////////////////////////////////////////////////////////////////////?/////////////////////////////////////////// 61 ?>
Note: See TracChangeset
for help on using the changeset viewer.
