Version 0.9.5 beta - added
This commit is contained in:
@@ -5,6 +5,7 @@ templates_c = "/../../application/view/templates_c/"
|
||||
config_dir = "/../../application/view/configs/"
|
||||
debug_template = "/../../application/view/templates/shared/debug.tpl"
|
||||
debugbar = true
|
||||
caching = true
|
||||
|
||||
[AUTOLOADER]
|
||||
iface.pos[] = "users"
|
||||
@@ -59,14 +60,15 @@ username = "YOURUSER"
|
||||
password = "YOURPASSWORD"
|
||||
hostname = "SERVERHOST"
|
||||
basename = "DATABASENAME"
|
||||
;;driver = "mysql"
|
||||
;;port = "3306"
|
||||
driver = "mysql"
|
||||
port = "3306"
|
||||
encoding = "UTF8"
|
||||
;;Postgres UNIXodbc
|
||||
driver = "psql"
|
||||
port = "5432"
|
||||
readonly = "No"
|
||||
multithreading = 4
|
||||
encoding = "UTF-8"
|
||||
;;driver = "psql"
|
||||
;;port = "5432"
|
||||
;;readonly = "No"
|
||||
;;multithreading = 4
|
||||
;;encoding = "UTF-8"
|
||||
|
||||
[GENERATOR]
|
||||
odbc = false
|
||||
|
||||
0
application/view/cache/.gitkeep
vendored
Normal file
0
application/view/cache/.gitkeep
vendored
Normal file
Reference in New Issue
Block a user