PHP Classes

File: src/Ffs/MyApp/application.conf

Recommend this page to a friend!
  Classes of Virgilio lino   PHP Framework From Scratch   src/Ffs/MyApp/application.conf   Download  
File: src/Ffs/MyApp/application.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Framework From Scratch
Run MVC application with a JSON configuration file
Author: By
Last change:
Date: 2 years ago
Size: 838 bytes
 

Contents

Class file image Download
{ "application_name" : "MyApp", "environment" : "development", "persistence":{ "adapter" : "mysql", "host" : "localhost", "name" : "yacs", "username" : "root", "password" : "" }, "routes": { "query" : { "default" : "posts", "posts" : { "processor" : "posts", "params" : {} }, "comments": { "processor" : "comments", "params" : {} } }, "request" : { "default": "posts", "posts" : { "processor" : "posts", "params" : {} }, "comments" : { "processor" : "comments", "params" : {} } } } }