mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
Use Express to serve static Files
This commit is contained in:
parent
b0a937d8de
commit
9db2f18b5e
6 changed files with 76 additions and 381 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue