Changeset 15271 for branches/dev/data/conf/core.php
- Timestamp:
- 2007/08/09 22:06:55 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/conf/core.php
r14724 r15271 36 36 37 37 /* 38 * host:IP¥¢¥É¥ì¥¹¤Ç»ØÄꤹ¤ë¡£ 38 * host_name:Ǥ°Õ¤Î¥µ¡¼¥Ð̾ 39 * host:IP¥¢¥É¥ì¥¹¤Ç»ØÄê 39 40 * user:FTP¥æ¡¼¥¶ 40 41 * pass:FTP¥Ñ¥¹¥ï¡¼¥É … … 42 43 $arrWEB_SERVERS = array( 43 44 array('host_name' => 'web1', 'host' => '127.0.0.1', 'user' => 'users', 'pass' => 'pass'), // WEB¥µ¡¼¥Ð1 44 array('host_name' => 'web2', 'host' => 'host2', 'user' => 'users', 'pass' => 'pass'), // WEB¥µ¡¼¥Ð245 array('host_name' => 'web2', 'host' => 'host2', 'user' => 'users', 'pass' => 'pass'), // WEB¥µ¡¼¥Ð2 45 46 ); 46 47 //////////////////////////////////////////////////////////////////////////////////?///////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.