gpt4 book ai didi

node.js - use_env_variable 在 sequelize 中返回 undefined

转载 作者:搜寻专家 更新时间:2023-11-01 00:16:39 25 4
gpt4 key购买 nike

我使用的是最新版本的 sequelize,我的 server/config/config.json 文件配置如下:

{
"development": {
"use_env_variable": "DATABASE_URL",
"dialect": "postgres"
},
"test": {
"use_env_variable": "DATABASE_TEST_URL",
"dialect": "postgres"
},
"production": {
"use_env_variable": "DATABASE_URL",
"dialect": "postgres"
}
}

我的.env文件配置如下:

DATABASE_URL = "MY database URL Here"

当我运行 sequelize db:migrate 时,我得到以下信息:

Error parsing url: undefined

最佳答案

您没有定义变量 $DATABASE_URL。

在终端试试这个:

export DATABASE_URL=postgresql://[user[:password]@][netlocation][:port][/dbname]

关于node.js - use_env_variable 在 sequelize 中返回 undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45929489/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com