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

Revision 18819, 680 bytes checked in by eccuore, 14 years ago (diff)

#792(ダウンロード販売機能) 入金日追加、規格対応(規格構成変更と並行で作業中なので、作業途中の部分有)

  • 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.