Revision 11399,
778 bytes
checked in by rebelt, 16 years ago
(diff) |
開発環境用の設定を行いました。
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | <?php |
---|
2 | define ('ECCUBE_INSTALL', 'ON'); |
---|
3 | define ('HTML_PATH', '/home/web/mobile.ec-cube.net/html/mobile/'); |
---|
4 | define ('PC_HTML_PATH', '/home/web/mobile.ec-cube.net/html/'); |
---|
5 | define ('SITE_URL', 'http://mobile.ec-cube.net/mobile/'); |
---|
6 | define ('PC_SITE_URL', 'http://mobile.ec-cube.net/'); |
---|
7 | define ('SSL_URL', 'http://mobile.ec-cube.net/mobile/'); |
---|
8 | define ('PC_SSL_URL', 'http://mobile.ec-cube.net/'); |
---|
9 | define ('URL_DIR', '/'); |
---|
10 | define ('DOMAIN_NAME', ''); |
---|
11 | define ('DB_TYPE', 'mysql'); |
---|
12 | define ('DB_USER', 'mobile_db_user'); |
---|
13 | define ('DB_PASSWORD', 'password'); |
---|
14 | define ('DB_SERVER', '127.0.0.1'); |
---|
15 | define ('DB_NAME', 'mobile_db'); |
---|
16 | define ('DB_PORT', '3307'); |
---|
17 | define ('DATA_PATH', '/home/web/mobile.ec-cube.net/html/../data/'); |
---|
18 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.