import { EnvConfigInterface } from "../interfaces/env-config.interface"; export const developmentConfig: EnvConfigInterface = { port: 3000, baseUrl: "https://my-app.liruan.cn", cdnUrl: "https://my-app.lrcdn.cn", database: { password: "V3lFXZQ8@Yv^aSUK_", host: "sh-cdb-elioz6wf.sql.tencentcdb.com", port: 63274, database: "nest", username: "root", dialect: "mysql", define: { underscored: false } }, redis: { host: "127.0.0.1", port: 6379, database: "my-app", password: "" }, jwt: { admin: { secret: "jwt-admin-secret", expiresIn: "365d" } }, sms: { appId: "1400121271", appKey: "98cdc28eb6b26e91fe21f44be1d6ede9", sign: "福州力软信息科技有限公司", templateIds: { captcha: 296922 } }, mp: { appId: "wx6aa3e8308736f4f4", secret: "57636ed92836dfb23cc09924b1ba7fc4" }, oa: { appId: "wxba9bc6c321b990b6", secret: "f523d48c61fe04de985c965abbc39c5b" } };