mckaygerhard
be6445a6ae
* provide minimal instruction to start to work, adn minimal README also * fix guachi libraries to work with php8 also * fix the script to start a module, move or put missing files into docs as examples * send real http code, specially on 404 response if controllers are not present or error * fix index controller and not found logic model * provide default index and default ini configuration files
37 lines
1.1 KiB
INI
37 lines
1.1 KiB
INI
[db]
|
|
use_db = Off
|
|
;sqlite , sqlite3 , pgsql , mysqli , mysql_pdo , pgsql_pdo
|
|
db_type = 'sqlite3'
|
|
db_database = '/home/general/Devel/minenux-skindb-webdb/skindb.sqlite'
|
|
db_hostname = ''
|
|
db_username = ''
|
|
db_password = ''
|
|
db_port = ''
|
|
|
|
[security]
|
|
session_timeout = '300'
|
|
allowed_uploads = 'jpg|jpeg|gif|png|pdf|doc|docx|xls|xlsx|txt|rtf'
|
|
enforce_https = Off
|
|
|
|
[theme]
|
|
start_module = 'index'
|
|
|
|
[site]
|
|
siteName = 'minenux-skindb'
|
|
site_url = ''
|
|
|
|
[locale]
|
|
default_date_timezone = 'America/Caracas'
|
|
locale = 'en_US.UTF-8'
|
|
locale_money = 'en_US'
|
|
months_of_year = 'enero|febrero|marzo|abril|mayo|junio|julio|augosto|septiembre|octubre|noviembre|diciembre'
|
|
days_of_week = 'lunes|martes|miercoles|jueves|viernes|sabado|domingo'
|
|
|
|
[datetime]
|
|
date_format = 'Ymd'
|
|
date_time_format = 'YmdHis'
|
|
time_format = 'His'
|
|
|
|
[production]
|
|
production = Off
|