mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-05 05:38:23 +08:00
10 lines
127 B
JavaScript
10 lines
127 B
JavaScript
|
/**
|
||
|
* Created by dora on 2015/4/8.
|
||
|
*/
|
||
|
|
||
|
|
||
|
module.exports={
|
||
|
cookieSecret:"doracms",
|
||
|
db:"doracms",
|
||
|
host:"localhost"
|
||
|
}
|