;------------------------------------------------------ ; ; 設定ファイル ; @copyright 2010 C-UNIT SQUARE ; http://www.cus-homepage.com/ ; ; Rev Date Editor Comment ; 1.0.0 2009/3/9 N.Yoshida 新規作成 ; ;------------------------------------------------------ ;システム用設定 [system] protocol = "https://" ssl_protocol = "https://" domain = "kariya-seikyo.saas01.info" app_path = "/home/vps100806983/public_html/" web_path = "/lancelot_create" database_file_path = "lancelot_create/common_files/db/cms_db.sql" database_light_file_path = "lancelot_create/common_files/db/cms_db_light.sql" web_template_path = "lancelot" ;Windowsの場合はセパレータが「;」ですが、LINUXの場合は「:」になるので注意! ;include_path = ".:/usr/share/pear:/var/www/library/Zend/library:/var/www/library/Smarty/libs" include_path = ".:/home/vps100806983/public_html/ZendFramework/library:/home/vps100806983/php:/usr/local/lib/php:/home/vps100806983/public_html/Smarty/libs" ; Connection key domain_api_key = "i43jlcsa_Rjc3SDm" ;Webサイト用設定 [web] protocol = "https://" ssl_protocol = "https://" domain = "kariya-seikyo.saas01.info" web_path = "/lancelot_create" ;データベース用設定 [database] adapter = "pdo_mysql" params.host = "localhost" params.username = "cunit_user" params.password = "qENGa7XuYa" setnames = "utf8" prefix = "cms_" [saas_db] adapter = "pdo_mysql" params.host = "localhost" params.username = "cunit_user" params.password = "qENGa7XuYa" params.dbname = "cms_saas" setnames = "utf8" ; domain database [domain_db] adapter = "pdo_mysql" params.host = "localhost" params.username = "cunit_user" params.password = "qENGa7XuYa" params.dbname = "cms_domain" setnames = "utf8" ;Smarty用設定 [smarty] ;app_path + web_pathに続くパスを記述 template = "/common_files/smarty/templates" compile = "/common_files/smarty/var/templates_c" cache = "/common_files/smarty/var/cache" config = "/common_files/smarty/var/config" ;user_id用設定 [user_id] db_saas_user = "saas" table_saas_user = "user" table_saas_app_user = "app_user" column_saas_user = "id" column_site_domain = "domain" ;デバッグ用 [debug] debug_mode = "off" ;The type of Lancelot version ; CLOUD version and LICENSE version ("cloud" or "license") [lancelot] version = "cloud" ; Default plan if using license version plan = "0" [auth] ;ユーザー認証を行うためのテーブル名とカラム名 table = "admin" id_column = "login_id" pass_column = "password" [lancelot_saas] ;The domain for user login in SAAS system saas_login_path = "https://kariya-seikyo.saas01.info/lancelot/cms/admin/index" [translate] path_file_mo = "language" default_language = "ja"