diff options
| author | fukachan <fukachan> | 2002-07-29 09:36:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-29 09:36:27 +0000 |
| commit | de4caf54fd83bb0c6ecec5e8db88a795102c64dd (patch) | |
| tree | 6841cd5089d26ec1ed173b36cce01063048ec6c2 | |
| parent | 628e6485aec2b7548b112d03f5b66596bb5b48c3 (diff) | |
| download | fml8-de4caf54fd83bb0c6ecec5e8db88a795102c64dd.tar.gz fml8-de4caf54fd83bb0c6ecec5e8db88a795102c64dd.tar.bz2 fml8-de4caf54fd83bb0c6ecec5e8db88a795102c64dd.zip | |
nuke database_* sql_*
| -rw-r--r-- | fml/etc/src/config.cf.ja/dbms.cf | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/fml/etc/src/config.cf.ja/dbms.cf b/fml/etc/src/config.cf.ja/dbms.cf index b307bb10..e2a1878a 100644 --- a/fml/etc/src/config.cf.ja/dbms.cf +++ b/fml/etc/src/config.cf.ja/dbms.cf @@ -7,53 +7,6 @@ ### -# Descriptions: データベース管理システムを使うか? -# このパラメータは必要ないと思うな…(?) -# History: 4.0 の $USE_DATABASE -# Value: yes / no -use_database = no - -# Descriptions: データベース管理システムとの通信方法 -# History: -# Value: mysql / postgresql / ldap -# Examples: -database_method = mysql - -# Descriptions: データベース管理システムとの通信方法が -# 記述されているモジュール -# History: -# Value: SQL::Schema::toymodel -# Examples: -database_model = SQL::Schema::toymodel - - -=head2 SQL の場合 - -# Descriptions: SQL サーバ群の定義 -# History: -# Value: -# Examples: -sql_servers = - -# Descriptions: SQL サーバにログインするためのユーザ名 -# History: -# Value: -# Examples: -sql_user = fml - -# Descriptions: SQL サーバにログインするためのパスワード -# History: -# Value: -# Examples: -sql_user_password = - -# Descriptions: データベースの名前 -# History: -# Value: -# Examples: -sql_database_name = fml - - =head2 LDAP の場合 # Descriptions: LDAP サーバ |
