Changeset 18819 for branches/version-2_5-dev/data/install.php
- Timestamp:
- 2010/09/22 13:23:00 (16 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/install.php
r18815 r18819 1 1 <?php 2 define ('ECCUBE_INSTALL', 'ON'); 3 define ('SITE_URL', 'http://localhost/version-2_5-dev/html/'); 4 define ('SSL_URL', 'http://localhost/version-2_5-dev/html/'); 5 define ('URL_DIR', '/version-2_5-dev/html/'); 6 define ('DOMAIN_NAME', ''); 7 define ('DB_TYPE', 'mysql'); 8 define ('DB_USER', 'www'); 9 define ('DB_PASSWORD', 'www'); 10 define ('DB_SERVER', '192.168.0.152'); 11 define ('DB_NAME', 'eccube25'); 12 define ('DB_PORT', ''); 13 define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/'); 14 define ('MOBILE_SITE_URL', SITE_URL . 'mobile/'); 15 define ('MOBILE_SSL_URL', SSL_URL . 'mobile/'); 16 define ('MOBILE_URL_DIR', URL_DIR . 'mobile/'); 2 17 ?>
Note: See TracChangeset
for help on using the changeset viewer.
