init
This commit is contained in:
21
config/config.production.js
Normal file
21
config/config.production.js
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* 生产环境配置(部署时填写真实连接信息)
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
db: {
|
||||
username: "root",
|
||||
password: "your_password",
|
||||
database: "fullstack_template",
|
||||
host: "127.0.0.1",
|
||||
port: 3306,
|
||||
dialect: "mysql",
|
||||
},
|
||||
aliyun: {
|
||||
accessKeyId: "",
|
||||
accessKeySecret: "",
|
||||
ossUrl: "",
|
||||
bucket: "",
|
||||
},
|
||||
redis: null,
|
||||
};
|
||||
Reference in New Issue
Block a user