Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
qidian99 committed Nov 5, 2018
1 parent f2a1019 commit 2a9e904
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"debug": true,
"name": "Keeling Js Default",
"port": 21023,
"allow_cross_origin": false,
"session_secret": "keeling-session",
"engine": "ejs",
"default_page": "index",
"error_page": "error",
"public_directory": "public",
"ajax_directory": "ajax",
"router_directory": "router",
"schedule_directory": "schedule"
}

0 comments on commit 2a9e904

Please sign in to comment.