Files
nibiru-framework.com/application/settings/config/settings.development.ini
Stephan Kasdorf ca9ff28194 Update Version 0.4.0 beta 09.07.2018
- Bugfix on the form classes, now the select option is correctly set back.
- Update for the database adapter
- Improvement of the form elements, added onchange on the select boxes, the form tag now can have no element if needed.
- Implementation of the Postgres and MySQL Adapter with propper Namespacing.
- Minor bugfixing
2018-07-09 18:48:03 +02:00

61 lines
2.3 KiB
INI

[ENGINE]
;;name = "Dwoo"
name = "Smarty"
;;name = "Twig"
cache = "/../../application/view/cache/"
templates = "/../../application/view/templates/"
templates_c = "/../../application/view/templates_c/"
config_dir = "/../../application/view/configs/"
class_file = "core/l/Smarty/Smarty.class.php"
debugbar = false
[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/"
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"
[SECURITY]
password_hash = "YOURPWHASH"