78 lines
2.8 KiB
INI
78 lines
2.8 KiB
INI
[ENGINE]
|
|
cache = "/../../application/view/cache/"
|
|
templates = "/../../application/view/templates/"
|
|
templates_c = "/../../application/view/templates_c/"
|
|
config_dir = "/../../application/view/configs/"
|
|
debug_template = "/../../application/view/templates/shared/debug.tpl"
|
|
debugbar = true
|
|
|
|
[AUTOLOADER]
|
|
class.pos[] = "users"
|
|
trait.pos[] = "users"
|
|
iface.pos[] = "users"
|
|
|
|
[EMAIL]
|
|
register.smtp = 1
|
|
register.smtp[password] = "YOURPASSWORD"
|
|
register.smtp[username] = "YOUREMAILUSERNAME"
|
|
register.smtp[host] = "YOURSMTP"
|
|
register.smtp[port] = "25"
|
|
register.from = "YOURFROMMAIL"
|
|
register.sender = "YOURSENDER"
|
|
register.subject = "YOURSUBJECTLINE"
|
|
register.text = "PATHTOYOURHTMLTEMPLATE"
|
|
|
|
[SETTINGS]
|
|
pageurl = "YOURPAGEURLWITHPROTOCOL"
|
|
navigation = "navigation.json"
|
|
dbmodel = "/../../application/model/"
|
|
module = "/../../application/module/"
|
|
interfaces = "/../../application/interfaces/"
|
|
trait = "/../../application/trait/"
|
|
entriesperpage = 4
|
|
background.img[] = "public/img/nibiru3.jpg"
|
|
smarty.css[] = "public/css/v3/roboto.css"
|
|
smarty.css[] = "public/css/v3/toolkit-inverse.css"
|
|
smarty.css[] = "public/css/v3/application.css"
|
|
smarty.css[] = "public/css/v3/jquery-ui.css"
|
|
smarty.css[] = "public/css/v3/nibiru-debug.css"
|
|
smarty.css[] = "public/css/v3/tiamat-form.css"
|
|
smarty.js[] = "public/js/v3/jquery.min.js"
|
|
smarty.js[] = "public/js/v3/tether.min.js"
|
|
smarty.js[] = "public/js/v3/jquery-ui.js"
|
|
smarty.js[] = "public/js/v3/chart.js"
|
|
smarty.js[] = "public/js/v3/tablesorter.min.js"
|
|
smarty.js[] = "public/js/v3/toolkit.js"
|
|
smarty.js[] = "public/js/v3/application.js"
|
|
smarty.js[] = "public/js/v3/nibiru-debug.js"
|
|
|
|
[ROUTING]
|
|
route[index] = "/"
|
|
route[example] = "/example"
|
|
|
|
[DATABASE]
|
|
username = "YOURUSER"
|
|
password = "YOURPASSWORD"
|
|
hostname = "SERVERHOST"
|
|
basename = "DATABASENAME"
|
|
;;driver = "mysql"
|
|
;;port = "3306"
|
|
;;Postgres UNIXodbc
|
|
driver = "psql"
|
|
port = "5432"
|
|
readonly = "No"
|
|
multithreading = 4
|
|
encoding = "UTF-8"
|
|
|
|
[GENERATOR]
|
|
odbc = false
|
|
database = true
|
|
database.overwrite = false
|
|
controller = true
|
|
config-section = "DATABASE"
|
|
folder-out = "/../../application/model/"
|
|
|
|
modeltemplate = "/../../application/settings/db/db.class.mask"
|
|
|
|
[SECURITY]
|
|
password_hash = "YOURPWHASH" |