| Revision 16100,
801 bytes
checked in by adachi, 19 years ago
(diff) |
|
set property
|
-
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 ('HTML_PATH', '/home/web/comu-utf8.ec-cube.net/html/'); |
|---|
| 4 | define ('SITE_URL', 'http://comu-utf8.ec-cube.net/'); |
|---|
| 5 | define ('SSL_URL', 'http://comu-utf8.ec-cube.net/'); |
|---|
| 6 | define ('URL_DIR', '/'); |
|---|
| 7 | define ('DOMAIN_NAME', ''); |
|---|
| 8 | define ('DB_TYPE', 'pgsql'); |
|---|
| 9 | define ('DB_USER', 'comu_utf8_eccube'); |
|---|
| 10 | define ('DB_PASSWORD', 'm7KncG4J'); |
|---|
| 11 | define ('DB_SERVER', '127.0.0.1'); |
|---|
| 12 | define ('DB_NAME', 'comu_utf8_eccube_db'); |
|---|
| 13 | define ('DB_PORT', ''); |
|---|
| 14 | define ('DATA_PATH', '/home/web/comu-utf8.ec-cube.net/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.