CC-5701: Airtime File API
Beginnings of fil rest api index, get, post actions working without authentication
This commit is contained in:
parent
1715f2187d
commit
64c1dd2c1e
7 changed files with 169 additions and 0 deletions
|
@ -6,6 +6,9 @@ bootstrap.class = "Bootstrap"
|
|||
appnamespace = "Application"
|
||||
resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers"
|
||||
resources.frontController.params.displayExceptions = 0
|
||||
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
|
||||
;load everything in the modules directory including models
|
||||
resources.modules[] = ""
|
||||
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
|
||||
resources.view[] =
|
||||
resources.db.adapter = "Pdo_Pgsql"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue