Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.env.local本地运行配置文件缺少文件 #1

Open
jivaklong opened this issue Nov 18, 2024 · 0 comments
Open

.env.local本地运行配置文件缺少文件 #1

jivaklong opened this issue Nov 18, 2024 · 0 comments

Comments

@jivaklong
Copy link

根据描述增加.env.local文件内容如下
SENSITIVE_KEYWORDS=xxx,xxx,xxx

POSTGRES_URL=postgres://postgres:[email protected]:5432/melodisco

STRIPE_PUBLIC_KEY=pk_test_xxx
STRIPE_PRIVATE_KEY=sk_test_xxx

NEXT_PUBLIC_SHARE_BASE_URL=http://localhost:8023

NEXT_PUBLIC_GOOGLE_CLIENT_ID=xxx.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=GOCSPX-xxx

NEXTAUTH_URL=http://localhost:8023
NEXTAUTH_SECRET=xxx

NEXT_PUBLIC_WEB_BASE_URL=http://localhost:8023

根据suno.ts文件缺少下面配置信息 ,但把下面信息填后, 还是无法显示Suno歌的内容,首页查看源码还发生很多错误信息
// 用于指定Suno API的基础URL。
SUNOAPI_BASE_URL=
// 用于指定回调URL的基础路径。
SUNOAPI_CALLBACK_BASE_URL=
// 用于认证的API密钥。
SUNOAPI_API_KEY=
// 用于启用Suno API的功能。
SUNOAPI_ENABLE=true
// 用于获取最新歌曲的UUID。
SUNO_LATEST_UUID=
// 用于获取热门歌曲的UUID。
SUNO_TRENDING_UUID=
// 用于存储会话ID。
SUNO_SESSION_ID=
// 用于存储Cookie。
SUNO_COOKIE=
// 用于存储User-Agent。
SUNO_UA=
image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant