Files
ppanel-admin-web/.env.development

20 lines
666 B
Plaintext

# Default Language
NEXT_PUBLIC_DEFAULT_LANGUAGE=zh-CN
# Site URL and API URL
NEXT_PUBLIC_SITE_URL=https://admin.ppanel.dev
NEXT_PUBLIC_API_URL=https://api.ppanel.dev
# Contact Email
NEXT_PUBLIC_EMAIL=support@ppanel.dev
# Community Links
NEXT_PUBLIC_GITHUB_LINK=https://github.com/perfect-panel/ppanel-admin-web
# Please put in the .env file, otherwise the i18n command will not work
# OpenAI API key and proxy URL required for i18n command (optional)
# OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# OPENAI_PROXY_URL= https://api.openai.com/v1/
NEXT_PUBLIC_DEFAULT_USER_EMAIL=support@ppanel.dev
NEXT_PUBLIC_DEFAULT_USER_PASSWORD=support@ppanel.dev