mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-02 04:07:42 +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"
|
|
} |