Changeset 11461


Ignore:
Timestamp:
2007/02/28 16:19:23 (17 years ago)
Author:
inoue
Message:

モバイル版EC-CUBE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/install_mobile.inc

    r11460 r11461  
    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', '/mobile/'); 
    10     define ('PC_URL_DIR', '/'); 
    11     define ('DOMAIN_NAME', ''); 
    12     define ('DB_TYPE', 'mysql'); 
    13     define ('DB_USER', 'mobile_db_user'); 
    14     define ('DB_PASSWORD', 'password'); 
    15     define ('DB_SERVER', '127.0.0.1'); 
    16     define ('DB_NAME', 'mobile_db'); 
    17     define ('DB_PORT', '3307'); 
    18     define ('DATA_PATH', '/home/web/mobile.ec-cube.net/html/../data/'); 
    192?> 
Note: See TracChangeset for help on using the changeset viewer.