|
@@ -5,5 +5,5 @@ module.exports = {
|
|
|
"PARSE_APPID":"edu-textbook",
|
|
|
"PARSE_MASTERKEY":"EDU2024",
|
|
|
"DATABASE_LOCAL":false, // 加载本地测试数据库
|
|
|
- "DATABASE_DBNAME": "postgres://postgres:Edu2024textbask@127.0.0.1:25432/postgres"
|
|
|
+ "DATABASE_DBNAME": "postgresql://textbook:Edu2024textbask@pgm-2zehqf5x28989whc.pg.rds.aliyuncs.com:5432/textbook"
|
|
|
}
|