source: branches/version-2/data/install.php @ 17438

Revision 17438, 779 bytes checked in by naka, 16 years ago (diff)

require.phpを1ファイルに統合

  • 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 ('HTML_PATH', 'C:/mydir/pdt/workspace/version-2/html/');
4    define ('SITE_URL', 'http://version2.local/');
5    define ('SSL_URL', 'http://version2.local/');
6    define ('URL_DIR', '/');
7    define ('DOMAIN_NAME', '');
8    define ('DB_TYPE', 'pgsql');
9    define ('DB_USER', 'naka_db_user');
10    define ('DB_PASSWORD', 'password');
11    define ('DB_SERVER', 'svn.ec-cube.net');
12    define ('DB_NAME', 'naka2_db');
13    define ('DB_PORT', '');
14    define ('DATA_PATH', 'C:/mydir/pdt/workspace/version-2/data/');
15    define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/');
16    define ('MOBILE_SITE_URL', SITE_URL . 'mobile/');
17    define ('MOBILE_SSL_URL', SSL_URL . 'mobile/');
18    define ('MOBILE_URL_DIR', URL_DIR . 'mobile/');
19?>
Note: See TracBrowser for help on using the repository browser.