-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
LiuTao edited this page Nov 11, 2016
·
3 revisions
The default config file is eloquent-mvc.yaml
in config/
directory, and it's in YAML format. See the following content for details.
-
application
-
root
The absolute path of the project's root directory
-
-
log
-
directory
The absolute path of the log directory
-
-
server
-
port
The port number listend by the web server -
server
The type of server to be started. Valid values arefcgi
,hunchentoot
,toot
,woo
andwookie
.
-
-
static-file
-
prefix
All the request, whose PATH-INFO slot starts with this value, can be handled by this middleware. It will search a file whose name is the same as the suffix under the directory /static/.
-
- Home
- Getting Started
- Basic Usage
- Advanced Topics
- APIs
- eloquent.mvc.config
- eloquent.mvc.controller