diff options
Diffstat (limited to 'config/config-template.ini')
| -rw-r--r-- | config/config-template.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/config-template.ini b/config/config-template.ini new file mode 100644 index 0000000..fdb536d --- /dev/null +++ b/config/config-template.ini | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | [database] | ||
| 2 | db_host="localhost" | ||
| 3 | database="cms" | ||
| 4 | db_driver="pdo_mysql" | ||
| 5 | user="" | ||
| 6 | password="" | ||
| 7 | table_prefix="cms_" | ||
| 8 | |||
| 9 | [URL] | ||
| 10 | protocol="http" | ||
| 11 | ;port="80" | ||
| 12 | index_path="" | ||
