source: branches/feature-module-paygent/data/install.php @ 15162

Revision 15162, 815 bytes checked in by naka, 17 years ago (diff)

ペイジェント決済モジュール

Line 
1<?php
2    define ('ECCUBE_INSTALL', 'ON');
3    define ('HTML_PATH', 'C:\mydir\pdt\workspace\feature-module-paygent\html/');
4    define ('SITE_URL', 'http://paygent.ec-cube.net/');
5    define ('SSL_URL', 'http://paygent.ec-cube.net/');
6    define ('URL_DIR', '/');
7    define ('DOMAIN_NAME', '');
8    define ('DB_TYPE', 'pgsql');
9    define ('DB_USER', 'eccube_db_user');
10    define ('DB_PASSWORD', 'password');
11    define ('DB_SERVER', '192.168.0.70');
12    define ('DB_NAME', 'eccube_db');
13    define ('DB_PORT', '');
14    define ('DATA_PATH', 'C:\mydir\pdt\workspace\feature-module-paygent\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.