Changeset 15078 for branches/feature-module-update/data/conf/core.php
- Timestamp:
- 2007/07/20 15:58:59 (16 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update
-
Property
svn:ignore
set to
.cache
.settings
.projectOptions
-
Property
svn:ignore
set to
-
branches/feature-module-update/data/conf/core.php
r12157 r15078 8 8 /////////////////////////////////////////////////////////// 9 9 /* 10 ¥µ¥¤¥È¤´¤È¤Ëɬ¤ºÊѹ¹¤¹¤ëÀßÄê10 サイトごとに必ず変更する設定 11 11 */ 12 12 /////////////////////////////////////////////////////////// 13 13 14 // DB ¥¨¥é¡¼¥á¡¼¥ëÁ÷¿®Àè14 // DBエラーメール送信先 15 15 define ("DB_ERROR_MAIL_TO", "error-ml@lockon.co.jp"); 16 16 17 // DB ¥¨¥é¡¼¥á¡¼¥ë·ï̾17 // DBエラーメール件名 18 18 define ("DB_ERROR_MAIL_SUBJECT", "OS_TEST_ERROR"); 19 19 20 20 if(defined('DB_TYPE') && defined('DB_USER') && defined('DB_PASSWORD') && defined('DB_SERVER') && defined('DB_PORT') && defined('DB_NAME')) { 21 // ¥µ¥¤¥ÈÍÑDB21 // サイト用DB 22 22 define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":" .DB_PORT . "/" . DB_NAME); 23 23 } 24 24 25 // Í¹ÊØÈÖ¹æÀìÍÑDB25 // 郵便番号専用DB 26 26 define ("ZIP_DSN", DEFAULT_DSN); 27 27 28 define ("USER_URL", SITE_URL."user_data/"); // ¥æ¡¼¥¶¡¼ºîÀ®¥Ú¡¼¥¸Åù28 define ("USER_URL", SITE_URL."user_data/"); // ユーザー作成ページ等 29 29 30 // ǧ¾ÚÍÑmagic30 // 認証用 magic 31 31 define ("AUTH_MAGIC", "31eafcbd7a81d7b401a7fdc12bba047c02d1fae6"); 32 32
Note: See TracChangeset
for help on using the changeset viewer.