Use Express to serve static Files

This commit is contained in:
Peter 'Pita' Martischka 2011-05-19 17:36:26 +01:00
parent b0a937d8de
commit 9db2f18b5e
6 changed files with 76 additions and 381 deletions

View file

@ -9,7 +9,7 @@ This file must be valid JSON. But comments are allowed
//the database specific settings
"dbSettings" : {
"filename" : "../var/sqlite.db"
}
},
/* An Example of MySQL Configuration
"dbType" : "mysql",
@ -20,4 +20,6 @@ This file must be valid JSON. But comments are allowed
"database": "store"
}
*/
"logHTTP" : true
}