Changeset 85 for hadoop-register/etc/init.php
- Timestamp:
- Jun 23, 2009, 11:56:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop-register/etc/init.php
r84 r85 6 6 */ 7 7 8 9 10 $w_localhost = "hadoop.nchc.org.tw/";8 // [本機設定] 9 // 設定主機網址 10 $w_localhost = "http://hadoop.nchc.org.tw"; 11 11 12 12 13 13 // [mysql 設定] 14 14 // mysql 主機位址 15 15 $mysql_host = 'localhost'; … … 25 25 26 26 // mysql 資料表 27 $mysql_table = 'hadoop_reg'; 28 27 $mysql_table = 'hadoop_reg'; // 基本使用者資料表 28 $mysql_table_owner = 'hadoop_owner'; // hadoop 帳號分配擁有者 29 29 30 30 // [mail 設定] 31 32 31 // mail server host 32 $mail_server_host = 'smtp.gmail.com'; 33 33 34 35 34 // mail account 35 $mail_account = 'nchcdrbl@gmail.com'; 36 36 $mail_account_name = 'Hadoop admin'; 37 37
Note: See TracChangeset
for help on using the changeset viewer.