mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
320 B
18 lines
320 B
{
|
|
"dbType": "mongodb",
|
|
"sqlite": {
|
|
"path": "data/database/godocms.db",
|
|
"port": "3306"
|
|
},
|
|
"mysql": {
|
|
"host": "localhost",
|
|
"port": "3306",
|
|
"user": "root",
|
|
"password": "root",
|
|
"dbname": "godocms"
|
|
},
|
|
"mongodb": {
|
|
"uri": "mongodb://localhost:27017",
|
|
"database": "godocms"
|
|
}
|
|
}
|