source: branches/version-2_5-dev/data/install.php @ 18821

Revision 18821, 680 bytes checked in by nanasess, 14 years ago (diff)

#781(規格のデータベースを木構造に)

  • ポイントの表示が不正だったのを修正
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
Line 
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/');
17?>
Note: See TracBrowser for help on using the repository browser.