Changeset 11399


Ignore:
Timestamp:
2007/01/19 23:06:17 (17 years ago)
Author:
rebelt
Message:

開発環境用の設定を行いました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/mobile/data/install_mobile.inc

    r11398 r11399  
    11<?php 
     2    define ('ECCUBE_INSTALL', 'ON'); 
     3    define ('HTML_PATH', '/home/web/mobile.ec-cube.net/html/mobile/'); 
     4    define ('PC_HTML_PATH', '/home/web/mobile.ec-cube.net/html/'); 
     5    define ('SITE_URL', 'http://mobile.ec-cube.net/mobile/'); 
     6    define ('PC_SITE_URL', 'http://mobile.ec-cube.net/'); 
     7    define ('SSL_URL', 'http://mobile.ec-cube.net/mobile/'); 
     8    define ('PC_SSL_URL', 'http://mobile.ec-cube.net/'); 
     9    define ('URL_DIR', '/'); 
     10    define ('DOMAIN_NAME', ''); 
     11    define ('DB_TYPE', 'mysql'); 
     12    define ('DB_USER', 'mobile_db_user'); 
     13    define ('DB_PASSWORD', 'password'); 
     14    define ('DB_SERVER', '127.0.0.1'); 
     15    define ('DB_NAME', 'mobile_db'); 
     16    define ('DB_PORT', '3307'); 
     17    define ('DATA_PATH', '/home/web/mobile.ec-cube.net/html/../data/'); 
    218?> 
Note: See TracChangeset for help on using the changeset viewer.